update claims
This commit is contained in:
@@ -22,6 +22,7 @@ export type Claim =
|
||||
| "task:delete"
|
||||
| "notification:read"
|
||||
| "notification:write"
|
||||
| "notification:delete"
|
||||
| "config:read"
|
||||
| "config:write"
|
||||
| "mail:all"
|
||||
|
||||
@@ -25,6 +25,7 @@ export const rules: Record<
|
||||
"task:delete",
|
||||
"notification:read",
|
||||
"notification:write",
|
||||
"notification:delete",
|
||||
"config:read",
|
||||
"config:write",
|
||||
"mail:all",
|
||||
@@ -64,6 +65,7 @@ export const rules: Record<
|
||||
"task:delete",
|
||||
"notification:read",
|
||||
"notification:write",
|
||||
"notification:delete",
|
||||
"config:read",
|
||||
"config:write",
|
||||
"mail:all",
|
||||
|
||||
Reference in New Issue
Block a user