diff --git a/apps/browser/src/popup/app.component.ts b/apps/browser/src/popup/app.component.ts index 6a08bf007bb..408b217d0bc 100644 --- a/apps/browser/src/popup/app.component.ts +++ b/apps/browser/src/popup/app.component.ts @@ -115,6 +115,10 @@ export class AppComponent implements OnInit, OnDestroy { if (msg.logoutReason) { await this.displayLogoutReason(msg.logoutReason); } + + if (this.activeUserId) { + await this.router.navigate(["vault"]); + } }); this.changeDetectorRef.detectChanges(); } else if (msg.command === "authBlocked" || msg.command === "goHome") {