feat: Add SUPER_ADMIN role with dedicated admin user management and updated access controls for existing admin features.
This commit is contained in:
@@ -17,6 +17,7 @@ enum UserRole {
|
||||
USER
|
||||
AGENT
|
||||
ADMIN
|
||||
SUPER_ADMIN
|
||||
}
|
||||
|
||||
enum UserStatus {
|
||||
|
||||
Reference in New Issue
Block a user