authPrompt: Remove Next button and its references

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
Umang Jain
2020-01-14 20:34:26 +05:30
committed by Florian Müllner
parent 2fdc627257
commit a5972d2882
2 changed files with 2 additions and 34 deletions

View File

@ -547,7 +547,6 @@ var UnlockDialog = GObject.registerClass({
this._authPrompt.connect('failed', this._fail.bind(this));
this._authPrompt.connect('cancelled', this._fail.bind(this));
this._authPrompt.connect('reset', this._onReset.bind(this));
this._authPrompt.nextButton.label = _("Unlock");
this._promptBox.add_child(this._authPrompt);