mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
[PM-4108] Add "twoFa" to the TotpFieldNames array in autofill-constants.ts (#6413)
* Update autofill-constants.ts add "twoFa" to the TotpFieldNames constant * add "twoFa" to the TotpFieldNames array in autofill-constants.ts
This commit is contained in:
parent
84f93edd8e
commit
77be62a4b7
@ -28,6 +28,7 @@ export class AutoFillConstants {
|
||||
"2facode",
|
||||
"mfacode",
|
||||
"twofactor",
|
||||
"twoFa",
|
||||
"twofactorcode",
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user