in addition to KEYCLOAK-6065 no automplete
This commit is contained in:
parent
72199cc0b3
commit
2c59d948fc
1 changed files with 1 additions and 0 deletions
|
@ -2964,6 +2964,7 @@ module.directive('kcPassword', function ($compile, Notifications) {
|
|||
link: function ($scope, elem, attr, ctrl) {
|
||||
elem.addClass("password-conceal");
|
||||
elem.attr("type","text");
|
||||
elem.attr("autocomplete", "off");
|
||||
}
|
||||
}
|
||||
});
|
Loading…
Reference in a new issue