Merge pull request #1392 from keepassxreboot/fix/linkedin_totp

Fix LinkedIn TOTP field detection
This commit is contained in:
Sami Vänttinen 2021-08-08 20:19:38 +03:00 committed by GitHub
commit 238e081718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@ const acceptedOTPFields = [
'token',
'twofa',
'two-factor',
'twofactor'
'twofactor',
'verification_pin'
];
var kpxcTOTPIcons = {};