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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user