mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
fix depreated zod warning
This commit is contained in:
@@ -84,7 +84,7 @@ const AuthPageFormSchema = z.object({
|
||||
}
|
||||
|
||||
ctx.addIssue({
|
||||
code: z.ZodIssueCode.custom,
|
||||
code: "custom",
|
||||
message: errorMessage
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user