Logout on deleteuser event
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:
parent
4f9cdf1588
commit
6e79afd115
@ -104,7 +104,11 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||||||
case "notification": {
|
case "notification": {
|
||||||
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