mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4802] Login accessibility (#4988)
* login button aria label * password toggle accessibility * translation * fix test * fix automation if
This commit is contained in:
committed by
Denys Vuika
parent
b176a43fba
commit
3453cacaea
@@ -342,7 +342,8 @@ export class LoginComponent implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Display and hide the password value.
|
||||
*/
|
||||
toggleShowPassword() {
|
||||
toggleShowPassword(event: MouseEvent | KeyboardEvent) {
|
||||
event.stopPropagation();
|
||||
this.isPasswordShow = !this.isPasswordShow;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user