import { signIn } from "next-auth/react"; import React from "react"; export default function EmailConfirmaion({ email }: { email: string }) { return (
Please check your email
A sign in link has been sent to your email address.