Skip to content

Commit ca1c37b

Browse files
committed
Fixed forgot password option
1 parent 0ac10cc commit ca1c37b

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)