diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js index b99e472c9..4056f72e7 100644 --- a/js/ui/components/polkitAgent.js +++ b/js/ui/components/polkitAgent.js @@ -123,7 +123,6 @@ var AuthenticationDialog = new Lang.Class({ this._passwordBox.add(this._workSpinner.actor); - this.setInitialKeyFocus(this._passwordEntry); this._passwordBox.hide(); this._errorMessageLabel = new St.Label({ style_class: 'prompt-dialog-error-label' });