mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08:00
reset popup index page
This commit is contained in:
parent
59a1b335c8
commit
bb6bf81f00
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user