Merge pull request #1188 from keepassxreboot/fix/add_totp_accepted_field

Add twofa as accepted TOTP field
This commit is contained in:
Sami Vänttinen 2021-01-19 07:02:47 +02:00 committed by GitHub
commit b718a2c6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ const acceptedOTPFields = [
'mfa',
'otp',
'token',
'twofa',
'twofactor'
];