Storybooks for commit 599b3dd15b445ae262be586e65ec25229709e285

Date
8/12/2026, 1:03:06 AM UTC
Summary
feat(settings): add desktop Timeout and cancel card
Description
Because:
 - We are updating pairing flows and want to land UI components / pages first.
 - Adds the desktop screen shown when pairing times out or is canceled.

This commit:
 - Adds `packages/fxa-settings/src/pages/Pair2/Authority/TimeoutAndCancel/index.tsx`,
   one presentational card covering both the `timeout` and `canceled` reasons.
 - Adds per-variant Fluent strings, Storybook stories, and unit tests.

Closes #FXA-14241