diff --git a/keepassxc-browser/content/totp-field.js b/keepassxc-browser/content/totp-field.js index ac4f7b4..b227c91 100644 --- a/keepassxc-browser/content/totp-field.js +++ b/keepassxc-browser/content/totp-field.js @@ -1,7 +1,7 @@ 'use strict'; const MINIMUM_SIZE = 60; -const ignoreRegex = /^(zip|postal).*code$/i; +const ignoreRegex = /(zip|postal).*code/i; const ignoredTypes = [ 'email', 'password', 'username' ]; var kpxcTOTPIcons = {};