Fehler gefixt die beim Testen aufgefallen sind.
This commit is contained in:
@@ -7,7 +7,7 @@ import { z } from "zod";
|
||||
export const PUT = defineApiRoute({
|
||||
input: z.object({
|
||||
email: z.string().email(),
|
||||
passwort: z.string().min(6),
|
||||
passwort: z.string().min(8),
|
||||
vorname: z.string(),
|
||||
name: z.string()
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user