mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00: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:
@@ -28,6 +28,7 @@ export class AutoFillConstants {
|
|||||||
"2facode",
|
"2facode",
|
||||||
"mfacode",
|
"mfacode",
|
||||||
"twofactor",
|
"twofactor",
|
||||||
|
"twoFa",
|
||||||
"twofactorcode",
|
"twofactorcode",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user