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 45d3bef commit a807dc7Copy full SHA for a807dc7
frontend/src/app/shared/components/auth/totp/totp.component.html
@@ -81,8 +81,7 @@ <h4 class="fw-semibold mb-2 text-dark">Two-Factor Authentication</h4>
81
maxlength="6"
82
autocomplete="one-time-code"
83
placeholder="Enter 6-digit code"
84
- [class.is-invalid]="verifyForm.submitted && (verificationCode.length < 6 || verifyForm.invalid || hasError)"
85
- [disabled]="isVerifying || isVerified"
+ [class.is-invalid]="verifyForm.submitted && (verificationCode.length < 6 || verifyForm.invalid)"
86
style="border-color: #d1d5db; font-family: 'Courier New', monospace; letter-spacing: 2px; text-align: center; font-size: 16px!important; height: 45px!important;"
87
/>
88
</div>
0 commit comments