fix(auth): prevent trim on password [EE-4197] (#7633)

pull/7561/head
itsconquest 2022-09-08 13:50:21 +12:00 committed by GitHub
parent 2edff939ef
commit c9eaad6237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
autocomplete="off"
data-cy="auth-passwordInput"
placeholder="Enter your password"
ng-trim="false"
/>
<button
data-cy="auth-passwordInputToggle"