feat: restrict admin access to club operations and rollout test environment
This commit is contained in:
@@ -2,7 +2,6 @@ namespace WorkClub.Domain.Enums;
|
||||
|
||||
public enum ClubRole
|
||||
{
|
||||
Admin = 0,
|
||||
Manager = 1,
|
||||
Member = 2,
|
||||
Viewer = 3
|
||||
|
||||
Reference in New Issue
Block a user