Merge branch 'develop' of https://git.akkerweb.nl/FarmMaps/FarmMapsLib into develop
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2021-05-06 14:05:49 +02:00
commit 29968a736c

View File

@ -104,7 +104,11 @@ export class AppComponent implements OnInit, OnDestroy {
case "notification": {
action = new commonActions.NotificationEvent(event.attributes);
break;
}
}
case "DeleteUser": {
action = new commonActions.Logout();
break;
}
}
return action;
}