Fix TOTP field detection with Microsoft sites (#2832)

This commit is contained in:
Sami Vänttinen 2026-01-18 20:35:38 +02:00 committed by GitHub
parent 40c56d913d
commit b46c1a1199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ const acceptedOTPFields = [
'idvpin',
'mfa',
'one_time_password',
'otc-confirmation-input',
'otp',
'token',
'twofa',