diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 46d55e4e0..9bbfa6895 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -218,7 +218,7 @@ export const AuthPrompt = GObject.registerClass({ [this._textEntry, this._passwordEntry].forEach(entry => { entry.clutter_text.connect('text-changed', () => { - if (!this._userVerifier.hasPendingMessages) + if (!this._userVerifier.hasPendingMessages && this._queryingService && !this._preemptiveAnswer) this._fadeOutMessage(); });