fix depreated zod warning

This commit is contained in:
miloschwartz
2026-01-26 14:11:03 -08:00
parent 5ff56467ea
commit 12aea2901d

View File

@@ -84,7 +84,7 @@ const AuthPageFormSchema = z.object({
}
ctx.addIssue({
code: z.ZodIssueCode.custom,
code: "custom",
message: errorMessage
});
}