|
|
|
|
@ -121,12 +121,17 @@
@@ -121,12 +121,17 @@
|
|
|
|
|
formControlName="confirmFilePassword" |
|
|
|
|
name="confirmFilePassword" |
|
|
|
|
/> |
|
|
|
|
<button type="button" bitSuffix bitButton (click)="toggleConfirmFilePassword()"> |
|
|
|
|
<button |
|
|
|
|
type="button" |
|
|
|
|
bitSuffix |
|
|
|
|
bitButton |
|
|
|
|
appA11yTitle="{{ 'toggleVisibility' | i18n }}" |
|
|
|
|
[attr.aria-pressed]="showConfirmFilePassword" |
|
|
|
|
(click)="toggleConfirmFilePassword()" |
|
|
|
|
> |
|
|
|
|
<i |
|
|
|
|
aria-hidden="true" |
|
|
|
|
class="bwi bwi-lg bwi-eye" |
|
|
|
|
appA11yTitle="{{ 'toggleVisibility' | i18n }}" |
|
|
|
|
[attr.aria-pressed]="showConfirmFilePassword" |
|
|
|
|
[ngClass]="{ |
|
|
|
|
'bwi-eye': !showConfirmFilePassword, |
|
|
|
|
'bwi-eye-slash': showConfirmFilePassword |
|
|
|
|
|