mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-27 02:56:45 -05:00
feat: implement birthday checks and handle all errors
This commit is contained in:
@@ -100,7 +100,7 @@ export const RegisterSchema = z.object({
|
||||
username: z.string(),
|
||||
miiName: z.string(),
|
||||
password: z.string(),
|
||||
birthday: z.string(),
|
||||
birthday: z.iso.date(),
|
||||
captchaResponse: z.string().optional()
|
||||
});
|
||||
export type ApiAuthRegisterRequest = z.infer<typeof RegisterSchema>;
|
||||
|
||||
Reference in New Issue
Block a user