add proxy routes, webauthn bug fix

This commit is contained in:
2025-02-21 11:37:23 +05:30
parent 5d5cee2d7e
commit a41127b2fd
9 changed files with 198 additions and 2 deletions

View File

@@ -23,4 +23,5 @@ export type Claim =
| "notification:read"
| "notification:write"
| "config:read"
| "config:write";
| "config:write"
| "mail:all";

View File

@@ -28,6 +28,7 @@ export const rules: Record<
"notification:write",
"config:read",
"config:write",
"mail:all",
],
hiddenFields: {
orgs: ["__v"],