add proxy routes, webauthn bug fix
This commit is contained in:
@@ -23,4 +23,5 @@ export type Claim =
|
||||
| "notification:read"
|
||||
| "notification:write"
|
||||
| "config:read"
|
||||
| "config:write";
|
||||
| "config:write"
|
||||
| "mail:all";
|
||||
|
||||
@@ -28,6 +28,7 @@ export const rules: Record<
|
||||
"notification:write",
|
||||
"config:read",
|
||||
"config:write",
|
||||
"mail:all",
|
||||
],
|
||||
hiddenFields: {
|
||||
orgs: ["__v"],
|
||||
|
||||
Reference in New Issue
Block a user