mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1085 from keepassxreboot/fix/totp_173
Remove one TOTP ignore regex
This commit is contained in:
commit
9896debfc4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const ignoreRegex = /(act|bank|coupon|postal|user|zip).*code|comment|author/i;
|
||||
const ignoreRegex = /(bank|coupon|postal|user|zip).*code|comment|author/i;
|
||||
const ignoredTypes = [ 'email', 'password', 'username' ];
|
||||
const MIN_INPUT_LENGTH = 6;
|
||||
const MAX_INPUT_LENGTH = 10;
|
||||
|
|
|
|||
Loading…
Reference in a new issue