Refactored logout
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-06-25 18:52:13 +02:00
parent f89209c555
commit fe2650c4fd
6 changed files with 30 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ export class UserMenuComponent implements OnInit {
logout(event:MouseEvent) {
event.preventDefault();
this.oauthService.logOut();
this.store.dispatch(new appActions.Logout());
}