mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1188 from keepassxreboot/fix/add_totp_accepted_field
Add twofa as accepted TOTP field
This commit is contained in:
commit
b718a2c6fb
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ const acceptedOTPFields = [
|
|||
'mfa',
|
||||
'otp',
|
||||
'token',
|
||||
'twofa',
|
||||
'twofactor'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue