fix #5251: login: set autocomplete on password and user
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
6ae6337398
commit
24b1c641a3
@ -274,6 +274,7 @@ Ext.define('PBS.LoginView', {
|
||||
itemId: 'usernameField',
|
||||
reference: 'usernameField',
|
||||
stateId: 'login-username',
|
||||
inputAttrTpl: 'autocomplete=username',
|
||||
bind: {
|
||||
visible: "{!openid}",
|
||||
disabled: "{openid}",
|
||||
@ -286,6 +287,7 @@ Ext.define('PBS.LoginView', {
|
||||
name: 'password',
|
||||
itemId: 'passwordField',
|
||||
reference: 'passwordField',
|
||||
inputAttrTpl: 'autocomplete=current-password',
|
||||
bind: {
|
||||
visible: "{!openid}",
|
||||
disabled: "{openid}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user