mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +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",
|
"2facode",
|
||||||
"mfacode",
|
"mfacode",
|
||||||
"twofactor",
|
"twofactor",
|
||||||
|
"twoFa",
|
||||||
"twofactorcode",
|
"twofactorcode",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user