diff --git a/web/password_prompt.js b/web/password_prompt.js index 01251a1f8..66b17dd56 100644 --- a/web/password_prompt.js +++ b/web/password_prompt.js @@ -74,7 +74,7 @@ class PasswordPrompt { try { await this.overlayManager.open(this.dialog); } catch (ex) { - this.#activeCapability = null; + this.#activeCapability.resolve(); throw ex; }