Skip to content

Commit 693573a

Browse files
committed
Commenting the lost password link part.
1 parent a652b5b commit 693573a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eform-client/src/app/components/auth/auth.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
{{ 'Login' | translate }}
3636
</button>
3737
</form>
38-
<a (click)="toggleLoginForm(false)" class="forgot-password" style="cursor: pointer">
38+
<!--<a (click)="toggleLoginForm(false)" class="forgot-password" style="cursor: pointer">
3939
{{ 'Forgot password' | translate }}?
40-
</a>
40+
</a>-->
4141
</ng-container>
4242

4343
<ng-container *ngIf="!showLoginForm">

0 commit comments

Comments
 (0)