diff --git a/apps/client/src/app/app.component.ts b/apps/client/src/app/app.component.ts index b6a40c061..d2369ddac 100644 --- a/apps/client/src/app/app.component.ts +++ b/apps/client/src/app/app.component.ts @@ -104,7 +104,7 @@ export class AppComponent implements OnDestroy, OnInit { this.tokenStorageService.signOut(); this.userService.remove(); - document.location.href = '/'; + document.location.href = `/${document.documentElement.lang}`; } public ngOnDestroy() {