Skip to content

Commit

Permalink
Merge pull request #15505 from Expensify/cristi_error-when-signin-fro…
Browse files Browse the repository at this point in the history
…m-link

Error modal when signin from expired magic link
  • Loading branch information
cristipaval authored Mar 22, 2023
2 parents 95d7990 + 13460c8 commit 5d8a193
Show file tree
Hide file tree
Showing 16 changed files with 612 additions and 120 deletions.
39 changes: 18 additions & 21 deletions assets/images/expensify-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions assets/images/product-illustrations/safe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions assets/images/product-illustrations/todd-behind-cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ const CONST = {
MIN_SIZE: 240,
},

AUTO_AUTH_STATE: {
NOT_STARTED: 'not-started',
SIGNING_IN: 'signing-in',
JUST_SIGNED_IN: 'just-signed-in',
FAILED: 'failed',
},

AVATAR_MAX_ATTACHMENT_SIZE: 6291456,

AVATAR_ALLOWED_EXTENSIONS: ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'svg'],
Expand Down
4 changes: 4 additions & 0 deletions src/components/Icon/Illustrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ import ReceiptsSearchYellow from '../../../assets/images/product-illustrations/r
import ReceiptYellow from '../../../assets/images/product-illustrations/receipt--yellow.svg';
import RocketBlue from '../../../assets/images/product-illustrations/rocket--blue.svg';
import RocketOrange from '../../../assets/images/product-illustrations/rocket--orange.svg';
import SafeBlue from '../../../assets/images/product-illustrations/safe.svg';
import TadaYellow from '../../../assets/images/product-illustrations/tada--yellow.svg';
import TadaBlue from '../../../assets/images/product-illustrations/tada--blue.svg';
import ToddBehindCloud from '../../../assets/images/product-illustrations/todd-behind-cloud.svg';
import GpsTrackOrange from '../../../assets/images/product-illustrations/gps-track--orange.svg';
import ShieldYellow from '../../../assets/images/simple-illustrations/simple-illustration__shield.svg';
import MoneyReceipts from '../../../assets/images/simple-illustrations/simple-illustration__money-receipts.svg';
Expand Down Expand Up @@ -58,8 +60,10 @@ export {
ReceiptYellow,
RocketBlue,
RocketOrange,
SafeBlue,
TadaYellow,
TadaBlue,
ToddBehindCloud,
GpsTrackOrange,
ShieldYellow,
MoneyReceipts,
Expand Down
Loading

0 comments on commit 5d8a193

Please sign in to comment.