Skip to content

Commit e06391e

Browse files
committed
Add CONST.VALIDATE_CODE_REASONS
1 parent 5d47e6e commit e06391e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/CONST.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,13 @@ const CONST = {
902902
MOBILE: 'device',
903903
},
904904

905+
VALIDATE_CODE_REASONS: {
906+
SIGN_IN: 'sign_in',
907+
ADD_CONTACT_METHOD: 'add_contact_method',
908+
VALIDATE_ACCOUNT: 'validate_account',
909+
REVEAL_CARD_DETAILS: 'reveal_card_details',
910+
},
911+
905912
EXPENSIFY_CARD: {
906913
FEED_NAME: 'Expensify Card',
907914

0 commit comments

Comments
 (0)