Fix LinkedIn TOTP field detection

This commit is contained in:
varjolintu 2021-08-08 19:24:48 +03:00
parent 6975a78a7c
commit 127fcef08c

View file

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