Add exception for dei.gr

This commit is contained in:
varjolintu 2025-11-15 09:42:38 +02:00
parent a429b6b717
commit 064ce12635

View file

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