diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js index a125e8c..2affdc0 100644 --- a/keepassxc-browser/common/sites.js +++ b/keepassxc-browser/common/sites.js @@ -103,6 +103,9 @@ kpxcSites.exceptionFound = function(identifier, field) { } else if (document.location.origin === 'https://app.fastmail.com' && identifier?.contains('u-space-y-5') && field?.id === 'v25') { return true; + } else if (document.location.origin === 'https://login.dei.gr' && + identifier?.value?.includes('show-reveal-password')) { + return true; } return false;