mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 10:46:38 +00:00
rename super user to admin and middleware refactoring
This commit is contained in:
@@ -80,7 +80,7 @@ export async function listRoles(
|
||||
.select({
|
||||
roleId: roles.roleId,
|
||||
orgId: roles.orgId,
|
||||
isSuperUserRole: roles.isSuperUserRole,
|
||||
isAdmin: roles.isAdmin,
|
||||
name: roles.name,
|
||||
description: roles.description,
|
||||
orgName: orgs.name,
|
||||
|
||||
Reference in New Issue
Block a user