1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Update overlay on account switch (#7217)

This commit is contained in:
Matt Gibson
2023-12-14 11:08:01 -05:00
committed by GitHub
parent 7abbe0dafd
commit 00fd45a678

View File

@@ -854,6 +854,7 @@ export default class MainBackground {
await this.stateService.setRememberedEmail(null);
await this.refreshBadge();
await this.refreshMenu();
await this.overlayBackground.updateOverlayCiphers();
return;
}
@@ -873,6 +874,7 @@ export default class MainBackground {
this.messagingService.send("unlocked", { userId: userId });
await this.refreshBadge();
await this.refreshMenu();
await this.overlayBackground.updateOverlayCiphers();
await this.syncService.fullSync(false);
}
} finally {