Peace 4 weeks ago
parent 8ac669cabb
commit ee300e2c89
  1. 2
      web/src/app/signup/page.tsx

@ -17,7 +17,7 @@ import Link from "next/link";
import { useRouter } from "next/navigation"; import { useRouter } from "next/navigation";
import { useState } from "react"; import { useState } from "react";
import { useForm } from "react-hook-form"; import { useForm } from "react-hook-form";
import z, { email } from "zod"; import z from "zod";
const SignupSchema = z const SignupSchema = z
.object({ .object({

Loading…
Cancel
Save