mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add 'mfaCode' to accepted token fields (#2804)
This commit is contained in:
parent
b46c1a1199
commit
f66bf40287
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ const acceptedOTPFields = [
|
|||
'twofa',
|
||||
'two-factor',
|
||||
'twofactor',
|
||||
'verification_pin'
|
||||
'verification_pin',
|
||||
'mfaCode'
|
||||
];
|
||||
|
||||
const acceptedParents = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue