diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-02 14:34:00 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-03 10:14:17 +0100 |
commit | 8406a9e8eec261e563d99c92f8a18b6bd3e46e0f (patch) | |
tree | ffd4ad3bb6bde707124edf6cad8208571d9836ab /client/src/app/+login | |
parent | 22f25c740bf3eb24d9988ab6add8e1a6aec1b0bd (diff) | |
download | PeerTube-8406a9e8eec261e563d99c92f8a18b6bd3e46e0f.tar.gz PeerTube-8406a9e8eec261e563d99c92f8a18b6bd3e46e0f.tar.zst PeerTube-8406a9e8eec261e563d99c92f8a18b6bd3e46e0f.zip |
Fix forgot password button role
Diffstat (limited to 'client/src/app/+login')
-rw-r--r-- | client/src/app/+login/login.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 90eea1505..531b06dc9 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html | |||
@@ -48,7 +48,8 @@ | |||
48 | <input type="submit" class="peertube-button orange-button" i18n-value value="Login" [disabled]="!form.valid"> | 48 | <input type="submit" class="peertube-button orange-button" i18n-value value="Login" [disabled]="!form.valid"> |
49 | 49 | ||
50 | <div class="additionnal-links"> | 50 | <div class="additionnal-links"> |
51 | <a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a> | 51 | <a i18n role="button" class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a> |
52 | |||
52 | <div *ngIf="signupAllowed" class="signup-link"> | 53 | <div *ngIf="signupAllowed" class="signup-link"> |
53 | <span>·</span> | 54 | <span>·</span> |
54 | <a i18n routerLink="/signup" class="create-an-account">Create an account</a> | 55 | <a i18n routerLink="/signup" class="create-an-account">Create an account</a> |