diff --git a/js/gdm/util.js b/js/gdm/util.js index 04b2d49f8..c9af991cc 100644 --- a/js/gdm/util.js +++ b/js/gdm/util.js @@ -164,7 +164,6 @@ const ShellUserVerifier = new Lang.Class({ answerQuery: function(serviceName, answer) { if (!this.hasPendingMessages) { - this._clearMessageQueue(); this._userVerifier.call_answer_query(serviceName, answer, this._cancellable, null); } else { let signalId = this.connect('no-more-messages',