loginDialog: don't allow type ahead at the login screen
It's weird if after you select a username from the user list, there's a password already filled in. This commit disables at that feature for the login screen (but keeps it in tact for the unlock screen) https://bugzilla.gnome.org/show_bug.cgi?id=766139
This commit is contained in:
parent
2b2e9d4098
commit
93071d9167
@ -1225,7 +1225,7 @@ const LoginDialog = new Lang.Class({
|
||||
},
|
||||
|
||||
addCharacter: function(unichar) {
|
||||
this._authPrompt.addCharacter(unichar);
|
||||
// Don't allow type ahead at the login screen
|
||||
},
|
||||
|
||||
finish: function(onComplete) {
|
||||
|
Loading…
Reference in New Issue
Block a user