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
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
commit
29968a736c
@ -105,6 +105,10 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||||||
action = new commonActions.NotificationEvent(event.attributes);
|
action = new commonActions.NotificationEvent(event.attributes);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case "DeleteUser": {
|
||||||
|
action = new commonActions.Logout();
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return action;
|
return action;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user