fix(auth): prevent trim on password [EE-4197] (#7633)
parent
2edff939ef
commit
c9eaad6237
|
@ -80,6 +80,7 @@
|
|||
autocomplete="off"
|
||||
data-cy="auth-passwordInput"
|
||||
placeholder="Enter your password"
|
||||
ng-trim="false"
|
||||
/>
|
||||
<button
|
||||
data-cy="auth-passwordInputToggle"
|
||||
|
|
Loading…
Reference in New Issue