1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

reset popup index page

This commit is contained in:
Nick Krantz
2025-03-28 12:02:31 -05:00
parent 59a1b335c8
commit bb6bf81f00

View File

@@ -1621,6 +1621,12 @@ export default class MainBackground {
await browserAction.setPopup({ popup: "popup/index.html#/at-risk-passwords" });
await this.openPopup();
// Reset the popup route to the default route so any subsequent
// popup openings will not open to the at-risk-passwords page.
await browserAction.setPopup({
popup: "popup/index.html#/",
});
}
async reseedStorage() {