We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85cbc6 commit 29aa7c0Copy full SHA for 29aa7c0
src/app/features/profile/phone-verification/phone-verification.page.ts
@@ -100,7 +100,7 @@ export class PhoneVerificationPage {
100
type: 'input',
101
templateOptions: {
102
label: enterVerificationCodeTranslation,
103
- type: 'number',
+ type: 'text',
104
placeholder: verificationCodePlaceHolderTranslation,
105
required: true,
106
pattern: VERIFICATION_CODE_REGEXP,
0 commit comments