mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
TOTP ignoredTypes fix
This commit is contained in:
parent
c5e6471a08
commit
9247034faa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const ignoreRegex = /(zip|postal).*code/i;
|
||||
const ignoreRegex = /(act|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