From c9eaad6237f123798d774a9454d03be1cdfa342c Mon Sep 17 00:00:00 2001 From: itsconquest Date: Thu, 8 Sep 2022 13:50:21 +1200 Subject: [PATCH] fix(auth): prevent trim on password [EE-4197] (#7633) --- app/portainer/views/auth/auth.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/portainer/views/auth/auth.html b/app/portainer/views/auth/auth.html index 5a39fcaf2..a012c669e 100644 --- a/app/portainer/views/auth/auth.html +++ b/app/portainer/views/auth/auth.html @@ -80,6 +80,7 @@ autocomplete="off" data-cy="auth-passwordInput" placeholder="Enter your password" + ng-trim="false" />