mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Update overlay on account switch (#7217)
This commit is contained in:
parent
7abbe0dafd
commit
00fd45a678
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user