refactor: change password input type to password-toggle and update icon class

This commit is contained in:
2026-07-29 10:25:33 -03:00
parent c14f740dbb
commit 7ebf383c89
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
(click)="togglePasswordVisibility()"
>
<i
class="fa-solid"
class="fa-regular"
[ngClass]="isPasswordVisible() ? 'fa-eye' : 'fa-eye-slash'"
aria-hidden="true"
></i>