diff --git a/api/api/v1/accounts/index.ts b/api/api/v1/accounts/index.ts index fea0734a..50fe9e59 100644 --- a/api/api/v1/accounts/index.ts +++ b/api/api/v1/accounts/index.ts @@ -25,7 +25,7 @@ export const meta = applyConfig({ export const schemas = { json: z.object({ - username: z.string().toLowerCase(), + username: z.string(), email: z.string().toLowerCase(), password: z.string().optional(), agreement: z