We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a652b5b commit 693573aCopy full SHA for 693573a
eform-client/src/app/components/auth/auth.component.html
@@ -35,9 +35,9 @@
35
{{ 'Login' | translate }}
36
</button>
37
</form>
38
- <a (click)="toggleLoginForm(false)" class="forgot-password" style="cursor: pointer">
+ <!--<a (click)="toggleLoginForm(false)" class="forgot-password" style="cursor: pointer">
39
{{ 'Forgot password' | translate }}?
40
- </a>
+ </a>-->
41
</ng-container>
42
43
<ng-container *ngIf="!showLoginForm">
0 commit comments