[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:
parent
ba42f10ea3
commit
6bc74546e4
|
@ -38,6 +38,7 @@ export class AutoFillConstants {
|
||||||
"mfacode",
|
"mfacode",
|
||||||
"otc",
|
"otc",
|
||||||
"otc-code",
|
"otc-code",
|
||||||
|
"otp",
|
||||||
"otp-code",
|
"otp-code",
|
||||||
"otpcode",
|
"otpcode",
|
||||||
"pin",
|
"pin",
|
||||||
|
|
Loading…
Reference in New Issue