Add remove user action on dashboard
This commit is contained in:
@@ -26,6 +26,10 @@ export async function reset_password(prm) {
|
||||
return post('reset_password', prm)
|
||||
}
|
||||
|
||||
export async function remove_user(prm) {
|
||||
return post('remove_user', prm)
|
||||
}
|
||||
|
||||
export async function assign_project(prm) {
|
||||
return post('assign_project', prm)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user