diff --git a/keepassxc-browser/content/totp-field.js b/keepassxc-browser/content/totp-field.js index b3cb810..91906d4 100644 --- a/keepassxc-browser/content/totp-field.js +++ b/keepassxc-browser/content/totp-field.js @@ -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;