We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb747 commit b389ce8Copy full SHA for b389ce8
1 file changed
js/ui/polkitAuthenticationAgent.js
@@ -259,6 +259,7 @@ var AuthenticationDialog = GObject.registerClass({
259
this._passwordEntry.bind_property('reactive',
260
this._passwordEntry.clutter_text, 'editable',
261
GObject.BindingFlags.SYNC_CREATE);
262
+ this.setInitialKeyFocus(this._passwordEntry);
263
passwordBox.add_child(this._passwordEntry);
264
265
let warningBox = new St.BoxLayout({ vertical: true });
0 commit comments