diff options
Diffstat (limited to 'client/src/app/login/login.component.html')
-rw-r--r-- | client/src/app/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 162f44ded..6c6a41c4a 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -51,7 +51,7 @@ | |||
51 | <label i18n for="password">Password</label> | 51 | <label i18n for="password">Password</label> |
52 | <div> | 52 | <div> |
53 | <input | 53 | <input |
54 | type="password" name="password" id="password" i18n-placeholder placeholder="Password" required tabindex="2" | 54 | type="password" name="password" id="password" i18n-placeholder placeholder="Password" required tabindex="2" autocomplete="current-password" |
55 | formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }" | 55 | formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }" |
56 | > | 56 | > |
57 | <a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" title="Click here to reset your password">I forgot my password</a> | 57 | <a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" title="Click here to reset your password">I forgot my password</a> |