Add "2fpin" to acceptedOTPFields to fix #1291

This commit is contained in:
amiga23 2021-04-09 13:35:30 +02:00 committed by GitHub
parent 4a1a66b785
commit 8159f700d8
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',