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