Commit 24777d4b by Muhammad Usman

forgot password permanenly shown

parent 20d2b75a
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<app-form-control> <app-form-control>
<input type="password" name="password" required class="form-control" [(ngModel)]="loginForm.password"> <input type="password" name="password" required class="form-control" [(ngModel)]="loginForm.password">
</app-form-control> </app-form-control>
<span [ngClass]="{'show-pass' : loginForm.password}" class="forgot-password mc-nav-link" routerLink="/my-career-web/auth/forgot-password">Forgot?</span> <span class="forgot-password mc-nav-link" routerLink="/my-career-web/auth/forgot-password">Forgot?</span>
</div> </div>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
......
...@@ -8,12 +8,7 @@ ...@@ -8,12 +8,7 @@
bottom: 10px; bottom: 10px;
right: 15px; right: 15px;
font-weight: bold; font-weight: bold;
opacity: 0; opacity: 1;
transition: .3s; transition: .3s;
&.show-pass {
opacity: 1;
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment