mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1301 from amiga23/patch-1
Add "2fpin" to acceptedOTPFields to fix #1291
This commit is contained in:
commit
6a75faa071
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ const ignoredTypes = [ 'email', 'password', 'username' ];
|
|||
|
||||
const acceptedOTPFields = [
|
||||
'2fa',
|
||||
'2fpin',
|
||||
'auth',
|
||||
'challenge',
|
||||
'code',
|
||||
|
|
|
|||
Loading…
Reference in a new issue