forked from 0x2620/pandora
avoid password autocompltee
This commit is contained in:
parent
f838a6be60
commit
33b105b9b8
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ pandora.ui.preferencesDialog = function() {
|
|||
validate: pandora.validateNewPassword,
|
||||
width: 320
|
||||
})
|
||||
.attr({
|
||||
autocomplete: 'new-password'
|
||||
})
|
||||
.bindEvent({
|
||||
validate: function(data) {
|
||||
data.valid && pandora.api.editPreferences({password: data.value});
|
||||
|
|
Loading…
Reference in a new issue