Browse Source

[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
pull/6879/head
pejeio 2 years ago committed by GitHub
parent
commit
77be62a4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/browser/src/autofill/services/autofill-constants.ts

1
apps/browser/src/autofill/services/autofill-constants.ts

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

Loading…
Cancel
Save