diff --git a/src/app/authorize/components/form-authorize/form-authorize.component.html b/src/app/authorize/components/form-authorize/form-authorize.component.html index 6e6bd48607..f753ae9ae1 100644 --- a/src/app/authorize/components/form-authorize/form-authorize.component.html +++ b/src/app/authorize/components/form-authorize/form-authorize.component.html @@ -177,10 +177,11 @@
+ {{ inputVerificationCode.value?.length || 0 }}/6 +
++ {{ inputVerificationCode.value?.length || 0 }}/6 +
+- {{ inputVerificationCode.value?.length || 0 }}/6 + {{ verificationFormControl.value?.length || 0 }}/6
- {{ inputVerificationCode.value?.length || 0 }}/6 + {{ verificationFormControl.value?.length || 0 }}/6
+
-
+ {{ inputRecoveryCode.value?.length || 0 }}/10
+
+ {{ inputRecoveryCode.value?.length || 0 }}/10
+
- {{ inputRecoveryCode.value?.length || 0 }}/10
+ {{ recoveryCodeFormControl.value?.length || 0 }}/10
- {{ inputRecoveryCode.value?.length || 0 }}/10
+ {{ recoveryCodeFormControl.value?.length || 0 }}/10