mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix LinkedIn TOTP field detection
This commit is contained in:
parent
6975a78a7c
commit
127fcef08c
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const acceptedOTPFields = [
|
|||
'token',
|
||||
'twofa',
|
||||
'two-factor',
|
||||
'twofactor'
|
||||
'twofactor',
|
||||
'verification_pin'
|
||||
];
|
||||
|
||||
var kpxcTOTPIcons = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue