mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1392 from keepassxreboot/fix/linkedin_totp
Fix LinkedIn TOTP field detection
This commit is contained in:
commit
238e081718
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