Skip to content

Commit

Permalink
[PM-4108] Add "twoFa" to the TotpFieldNames array in autofill-constan…
Browse files Browse the repository at this point in the history
…ts.ts (bitwarden#6413)

* Update autofill-constants.ts

add "twoFa" to the TotpFieldNames constant

* add "twoFa" to the TotpFieldNames array in autofill-constants.ts
  • Loading branch information
pejeio authored and quexten committed Feb 10, 2024
1 parent a37c69e commit 1536df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/browser/src/autofill/services/autofill-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class AutoFillConstants {
"2facode",
"mfacode",
"twofactor",
"twoFa",
"twofactorcode",
];

Expand Down

0 comments on commit 1536df3

Please sign in to comment.