refactor: change password input type to password-toggle and update icon class
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
(click)="togglePasswordVisibility()"
|
||||
>
|
||||
<i
|
||||
class="fa-solid"
|
||||
class="fa-regular"
|
||||
[ngClass]="isPasswordVisible() ? 'fa-eye' : 'fa-eye-slash'"
|
||||
aria-hidden="true"
|
||||
></i>
|
||||
|
||||
Reference in New Issue
Block a user