mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
disable eslint - new colors, and slimmer buttons/inputs??
This commit is contained in:
parent
bf04deb038
commit
5388c5d5b4
20 changed files with 788 additions and 553 deletions
|
@ -15,7 +15,7 @@ const setResourceAuthMethodsParamsSchema = z.object({
|
|||
|
||||
const setResourceAuthMethodsBodySchema = z
|
||||
.object({
|
||||
password: z.string().nullish(),
|
||||
password: z.string().min(4).max(100).nullable(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue