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:
Ray Strode 2019-02-07 11:20:51 -05:00
parent a1f117e520
commit 0a4be01ab1

View File

@ -1083,6 +1083,7 @@ var LoginDialog = GObject.registerClass({
() => {
this._timedLoginBatch = null;
this._hideUserList();
this._greeter.call_begin_auto_login_sync(userName, null);
}];