loginDialog: hide user list when starting timed login
If the timeout fires and we're starting timed login, we should hide the user list, in case the login process needs to show the user any messages on the auth prompt.
This commit is contained in:
parent
a1f117e520
commit
0a4be01ab1
@ -1083,6 +1083,7 @@ var LoginDialog = GObject.registerClass({
|
|||||||
|
|
||||||
() => {
|
() => {
|
||||||
this._timedLoginBatch = null;
|
this._timedLoginBatch = null;
|
||||||
|
this._hideUserList();
|
||||||
this._greeter.call_begin_auto_login_sync(userName, null);
|
this._greeter.call_begin_auto_login_sync(userName, null);
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user