mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
[PM-2135] feat: disable built-in browser validations
This commit is contained in:
parent
debe7fd49a
commit
969f75822a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user