1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

[chore] Add "otp" TotpFieldNames array in autofill-constants.ts (#10717)

Add "otp" TotpFieldNames array in autofill-constants.ts. Noticed on https://id.fedoraproject.org/login/
This commit is contained in:
Jon Mulder 2024-08-30 11:44:12 -04:00 committed by GitHub
parent ba42f10ea3
commit 6bc74546e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@ export class AutoFillConstants {
"mfacode", "mfacode",
"otc", "otc",
"otc-code", "otc-code",
"otp",
"otp-code", "otp-code",
"otpcode", "otpcode",
"pin", "pin",