Browse Source

Add language

pull/1715/head
Thomas 3 years ago
parent
commit
d12cac43fe
  1. 2
      apps/client/src/app/app.component.ts

2
apps/client/src/app/app.component.ts

@ -104,7 +104,7 @@ export class AppComponent implements OnDestroy, OnInit {
this.tokenStorageService.signOut(); this.tokenStorageService.signOut();
this.userService.remove(); this.userService.remove();
document.location.href = '/'; document.location.href = `/${document.documentElement.lang}`;
} }
public ngOnDestroy() { public ngOnDestroy() {

Loading…
Cancel
Save