mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -913,6 +913,7 @@ var LoginDialog = GObject.registerClass({
|
|||
}
|
||||
|
||||
_askForUsernameAndBeginVerification() {
|
||||
this._authPrompt.setUser(null);
|
||||
this._authPrompt.setQuestion(_("Username: "));
|
||||
|
||||
this._showRealmLoginHint(this._realmManager.loginFormat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue