mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
🧹
This commit is contained in:
@ -5,9 +5,7 @@ import { XCircleIcon } from "@heroicons/react/24/outline";
|
||||
import { signIn } from "next-auth/react";
|
||||
import Link from "next/link";
|
||||
import { FormProvider, SubmitHandler, useForm } from "react-hook-form";
|
||||
import { toast, Toast, Toaster } from "react-hot-toast";
|
||||
|
||||
import Logo from "./logo";
|
||||
import { toast } from "react-hot-toast";
|
||||
|
||||
type FormValues = {
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user