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.
2 parents b85cbc6 + 29aa7c0 commit 7698c63Copy full SHA for 7698c63
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