Add remove user action on dashboard

This commit is contained in:
sas.fajri
2026-05-08 11:06:01 +07:00
parent 03be0718a4
commit e7697f7827
3 changed files with 37 additions and 1 deletions

View File

@@ -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)
}