diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 0ad3d2338..f18ef41f2 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -66,8 +66,8 @@ var AuthPrompt = new Lang.Class({ this.connect('next', () => { this.updateSensitivity(false); - this.startSpinning(); if (this._queryingService) { + this.startSpinning(); this._userVerifier.answerQuery(this._queryingService, this._entry.text); } else { this._preemptiveAnswer = this._entry.text;