1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-10723] Remove autocomplete="new-password" attribute from 2fa based code inputs (#10448)

* [PM-10723] Remove autocomplete="new-password" attribute from 2fa based code inputs

* [PM-10723] Remove autocomplete="new-password" attribute from 2fa based code inputs
This commit is contained in:
Cesar Gonzalez
2024-08-08 13:04:28 -05:00
committed by GitHub
parent bca619d0a4
commit d2c4c4cad4
3 changed files with 2 additions and 16 deletions

View File

@@ -11,7 +11,6 @@
bitInput
appAutofocus
appInputVerbatim
autocomplete="new-password"
[(ngModel)]="tokenValue"
(input)="token.emit(tokenValue)"
/>