Skip to content

Commit

Permalink
[Wallet] Disable 8 digit codes verification (#6761)
Browse files Browse the repository at this point in the history
### Description
Disable 8 digit codes verification until all validators on mainnet have proper configurations and UX issues are resolved.

### Tested

Android devices, complete verification on mainnet and alfajores

### Backwards compatibility

Yes
  • Loading branch information
i1skn authored Jan 27, 2021
1 parent c549ae5 commit 0e300ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const features = {
PNP_USE_DEK_FOR_AUTH: true,
KOMENCI: true,
ESCROW_WITHOUT_CODE: true,
SHORT_VERIFICATION_CODES: true,
SHORT_VERIFICATION_CODES: false,
}

export const pausedFeatures = {
Expand Down

0 comments on commit 0e300ae

Please sign in to comment.