mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +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 { signIn } from "next-auth/react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { FormProvider, SubmitHandler, useForm } from "react-hook-form";
|
import { FormProvider, SubmitHandler, useForm } from "react-hook-form";
|
||||||
import { toast, Toast, Toaster } from "react-hot-toast";
|
import { toast } from "react-hot-toast";
|
||||||
|
|
||||||
import Logo from "./logo";
|
|
||||||
|
|
||||||
type FormValues = {
|
type FormValues = {
|
||||||
email: string;
|
email: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user