1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +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:
pejeio
2023-11-13 16:47:47 +01:00
committed by GitHub
parent 84f93edd8e
commit 77be62a4b7

View File

@@ -28,6 +28,7 @@ export class AutoFillConstants {
"2facode",
"mfacode",
"twofactor",
"twoFa",
"twofactorcode",
];