change rank function

This commit is contained in:
peter
2020-02-13 17:55:46 +01:00
parent f767363be7
commit afab6eeb9a
+2 -1
View File
@@ -63,7 +63,8 @@ implements FrontworkComponent<UserManagerIfc, UserManagerFeatureIfc>, IUserManag
name: 'modifyPermissions' as 'modifyPermissions',
exportRPCs: () => [
this.getPermissions,
this.setPermission
this.setPermission,
this.changeRank
]
},{
name: 'softreserveCurrency' as 'softreserveCurrency',