Skip to content
Snippets Groups Projects

Corrections

Closed Matthieu BENOIST requested to merge corrections into master
47 files
+ 20608
1045
Compare changes
  • Side-by-side
  • Inline
Files
47
@@ -54,9 +54,11 @@ export class HeaderComponent implements OnInit {
@@ -54,9 +54,11 @@ export class HeaderComponent implements OnInit {
}
}
signOut() {
signOut() {
 
this._router.navigateByUrl(AppRoutes.home.uri);
 
this._userService.resetAuth();
this._userService.resetAuth();
this.closeUserDropdown();
this.closeUserDropdown();
this._router.navigate(['/', AppRoutes.home.uri]);
}
}
closeUserDropdown() {
closeUserDropdown() {
Loading