Fix forgot password button role
This commit is contained in:
parent
22f25c740b
commit
8406a9e8ee
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
|||
<input type="submit" class="peertube-button orange-button" i18n-value value="Login" [disabled]="!form.valid">
|
||||
|
||||
<div class="additionnal-links">
|
||||
<a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a>
|
||||
<a i18n role="button" class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a>
|
||||
|
||||
<div *ngIf="signupAllowed" class="signup-link">
|
||||
<span>·</span>
|
||||
<a i18n routerLink="/signup" class="create-an-account">Create an account</a>
|
||||
|
|
Loading…
Reference in a new issue