mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-17 18:36:37 +00:00
Add admin user api interfaces
This commit is contained in:
@@ -71,7 +71,7 @@ export async function removeUserOrg(
|
||||
data: null,
|
||||
success: true,
|
||||
error: false,
|
||||
message: "User remove from org successfully",
|
||||
message: "User removed from org successfully",
|
||||
status: HttpCode.OK
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user