[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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