diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js index 4bfbde1bb..1d5a0cc91 100644 --- a/js/ui/components/polkitAgent.js +++ b/js/ui/components/polkitAgent.js @@ -327,6 +327,8 @@ var AuthenticationDialog = GObject.registerClass({ } let resetDialog = () => { + this._sessionRequestTimeoutId = 0; + if (this.state != ModalDialog.State.OPENED) return;