mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[PM-2135] feat: disable built-in browser validations
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
[formControl]="secret"
|
[formControl]="secret"
|
||||||
appAutofocus
|
appAutofocus
|
||||||
appInputVerbatim
|
appInputVerbatim
|
||||||
|
novalidate
|
||||||
/>
|
/>
|
||||||
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
|
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
|
||||||
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
|
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
|
||||||
@@ -35,6 +36,7 @@
|
|||||||
name="verificationCode"
|
name="verificationCode"
|
||||||
[formControl]="secret"
|
[formControl]="secret"
|
||||||
appInputVerbatim
|
appInputVerbatim
|
||||||
|
novalidate
|
||||||
/>
|
/>
|
||||||
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
|
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user