diff --git a/apps/client/src/app/app.component.ts b/apps/client/src/app/app.component.ts index aeb996b9d..7f6774f52 100644 --- a/apps/client/src/app/app.component.ts +++ b/apps/client/src/app/app.component.ts @@ -89,7 +89,7 @@ export class AppComponent implements OnDestroy, OnInit { this.tokenStorageService.signOut(); this.userService.remove(); - this.router.navigate(['/']); + document.location.href = '/'; } public ngOnDestroy() {