diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 02f5b4565..597fdbba8 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -1083,6 +1083,7 @@ var LoginDialog = GObject.registerClass({ () => { this._timedLoginBatch = null; + this._hideUserList(); this._greeter.call_begin_auto_login_sync(userName, null); }];