@@ -91,5 +91,6 @@ export class ResponseUser extends ResponsePrincipal {
|
||||
this.profilePic = user.profilePic;
|
||||
this.groups = user.groups;
|
||||
this.permissions = user.allPermissions;
|
||||
this.groups.forEach(function (g) { delete g.permissions });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user