diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 07a92b771..b84e949eb 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -203,11 +203,6 @@ const AuthPrompt = new Lang.Class({ this.setPasswordChar(passwordChar); this.setQuestion(question); - if (this.verifyingUser) - this.cancelButton.show(); - else - this.cancelButton.hide(); - if (passwordChar) { if (this._userVerifier.reauthenticating) this.nextButton.label = _("Unlock");