aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+login
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-02 14:34:00 +0100
committerChocobozzz <me@florianbigard.com>2021-12-03 10:14:17 +0100
commit8406a9e8eec261e563d99c92f8a18b6bd3e46e0f (patch)
treeffd4ad3bb6bde707124edf6cad8208571d9836ab /client/src/app/+login
parent22f25c740bf3eb24d9988ab6add8e1a6aec1b0bd (diff)
downloadPeerTube-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.html3
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>