diff --git a/apps/web/src/app/app.component.ts b/apps/web/src/app/app.component.ts index c9fbf359f0..f9d290de79 100644 --- a/apps/web/src/app/app.component.ts +++ b/apps/web/src/app/app.component.ts @@ -338,6 +338,7 @@ export class AppComponent implements OnDestroy, OnInit { this.authService.logOut(async () => { await this.stateService.clean({ userId: userId }); await this.accountService.clean(userId); + await this.accountService.switchAccount(null); await logoutPromise;