authPrompt: Only spin on password entries
Spinning while typing the password is a bit off-putting, and inconsistent with how regular authentication behaves. Only spin the spinner after typing the password. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:

committed by
Florian Müllner

parent
077a1d2309
commit
0f34cbb658
@ -928,7 +928,6 @@ var LoginDialog = GObject.registerClass({
|
||||
let answer = this._authPrompt.getAnswer();
|
||||
this._user = this._userManager.get_user(answer);
|
||||
this._authPrompt.clear();
|
||||
this._authPrompt.startSpinning();
|
||||
this._authPrompt.begin({ userName: answer });
|
||||
this._updateCancelButton();
|
||||
});
|
||||
|
Reference in New Issue
Block a user