mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Switching data automation id password for show/hide password. (#2245)
This commit is contained in:
@@ -61,10 +61,10 @@
|
||||
data-automation-id="password"
|
||||
tabindex="2">
|
||||
<md-icon *ngIf="isPasswordShow" mdSuffix class="adf-login-password-icon"
|
||||
data-automation-id="show_password" (click)="toggleShowPassword()">visibility
|
||||
data-automation-id="hide_password" (click)="toggleShowPassword()">visibility
|
||||
</md-icon>
|
||||
<md-icon *ngIf="!isPasswordShow" mdSuffix class="adf-login-password-icon"
|
||||
data-automation-id="hide_password" (click)="toggleShowPassword()">visibility_off
|
||||
data-automation-id="show_password" (click)="toggleShowPassword()">visibility_off
|
||||
</md-icon>
|
||||
</md-input-container>
|
||||
<span class="adf-login-validation" for="password" *ngIf="formError.password">
|
||||
|
Reference in New Issue
Block a user