mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 00:55:48 +02:00
set resource password and remove resource password from dashboard
This commit is contained in:
parent
ab6d59c163
commit
cfce3dabb3
10 changed files with 457 additions and 164 deletions
|
@ -15,7 +15,7 @@ const setResourceAuthMethodsParamsSchema = z.object({
|
|||
|
||||
const setResourceAuthMethodsBodySchema = z
|
||||
.object({
|
||||
password: z.string().min(4).max(255).nullable(),
|
||||
password: z.string().nullish(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue