Merge pull request #1301 from amiga23/patch-1

Add "2fpin" to acceptedOTPFields to fix #1291
This commit is contained in:
Sami Vänttinen 2021-04-10 14:37:33 +03:00 committed by GitHub
commit 6a75faa071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ const ignoredTypes = [ 'email', 'password', 'username' ];
const acceptedOTPFields = [
'2fa',
'2fpin',
'auth',
'challenge',
'code',