]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+login/login.component.html
Refactor admin plugins
[github/Chocobozzz/PeerTube.git] / client / src / app / +login / login.component.html
index 90eea1505e4959a7a0d1c6c8752bb9c3a423ba21..531b06dc9216b4fe0c08a98efbbfb5dc7e987491 100644 (file)
@@ -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>