Remove one TOTP ignore regex

This commit is contained in:
varjolintu 2020-11-03 12:55:51 +02:00
parent 82e32d4e78
commit 7c02f23200

View file

@ -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;