Browse Source

Improve redirection on logout

pull/558/head
Thomas 4 years ago
parent
commit
53b506365f
  1. 2
      apps/client/src/app/app.component.ts

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

@ -89,7 +89,7 @@ export class AppComponent implements OnDestroy, OnInit {
this.tokenStorageService.signOut();
this.userService.remove();
window.location.reload();
this.router.navigate(['/']);
}
public ngOnDestroy() {

Loading…
Cancel
Save