import { signIn } from "next-auth/react"; import React from "react"; export default function EmailConfirmaion() { return (

Please check your email

A sign in link has been sent to your email address.

You can safely close this page.

{/*
signIn("email", { email: email, redirect: false, }) } className="mx-auto font-semibold mt-2 cursor-pointer w-fit" > Resend?
*/}
); }