Set password field to autocomplete=“new-password”.
This commit is contained in:
parent
e9104157f8
commit
78ddb3b62e
1 changed files with 1 additions and 1 deletions
|
@ -4681,7 +4681,7 @@ ObjectManager::Attribute.add(
|
|||
type: 'password',
|
||||
maxlength: 100,
|
||||
null: true,
|
||||
autocomplete: 'off',
|
||||
autocomplete: 'new-password',
|
||||
item_class: 'formGroup--halfSize',
|
||||
},
|
||||
editable: false,
|
||||
|
|
Loading…
Reference in a new issue