mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 21:51:23 +00:00
add resource whitelist auth method
This commit is contained in:
parent
998fab6d0a
commit
207a7b8a39
20 changed files with 970 additions and 739 deletions
|
|
@ -21,6 +21,7 @@ const updateResourceBodySchema = z
|
|||
ssl: z.boolean().optional(),
|
||||
sso: z.boolean().optional(),
|
||||
blockAccess: z.boolean().optional(),
|
||||
emailWhitelistEnabled: z.boolean().optional(),
|
||||
// siteId: z.number(),
|
||||
})
|
||||
.strict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue