forked from administration/panel
chore: update ACLs
parent
12ee0001f9
commit
772bc75e34
|
@ -164,6 +164,11 @@ const ACL: Record<string, Set<Permission>> = {
|
|||
...Roles["revolt-discover"],
|
||||
...Roles["user-support"],
|
||||
] as Permission[]),
|
||||
"beartechtalks@gmail.com": new Set([
|
||||
...Roles["moderator"],
|
||||
...Roles["revolt-discover"],
|
||||
...Roles["user-support"],
|
||||
] as Permission[]),
|
||||
};
|
||||
|
||||
function hasPermission(email: string, permission: Permission) {
|
||||
|
|
Loading…
Reference in New Issue