loginDialog: Set null user when asking for username
When going through the username + password login flow, set the username to 'null' to update the user avatar. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
parent
654093dc40
commit
848cc1bb19
@ -913,6 +913,7 @@ var LoginDialog = GObject.registerClass({
|
||||
}
|
||||
|
||||
_askForUsernameAndBeginVerification() {
|
||||
this._authPrompt.setUser(null);
|
||||
this._authPrompt.setQuestion(_("Username: "));
|
||||
|
||||
this._showRealmLoginHint(this._realmManager.loginFormat);
|
||||
|
Loading…
Reference in New Issue
Block a user