diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 6b2480b1b..f287b9e78 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -195,11 +195,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");