mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix TOTP field detection with Microsoft sites (#2832)
This commit is contained in:
parent
40c56d913d
commit
b46c1a1199
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ const acceptedOTPFields = [
|
|||
'idvpin',
|
||||
'mfa',
|
||||
'one_time_password',
|
||||
'otc-confirmation-input',
|
||||
'otp',
|
||||
'token',
|
||||
'twofa',
|
||||
|
|
|
|||
Loading…
Reference in a new issue