mirror of
https://github.com/portainer/portainer.git
synced 2025-07-26 00:39:41 +02:00
fix(auth): prevent trim on password [EE-4197] (#7633)
This commit is contained in:
parent
2edff939ef
commit
c9eaad6237
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
data-cy="auth-passwordInput"
|
data-cy="auth-passwordInput"
|
||||||
placeholder="Enter your password"
|
placeholder="Enter your password"
|
||||||
|
ng-trim="false"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
data-cy="auth-passwordInputToggle"
|
data-cy="auth-passwordInputToggle"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue