import CenteredForm from "@/layouts/CenteredForm"; import Link from "next/link"; 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.


Didn't find the email in your inbox? Check your spam folder or visit the{" "} Password Recovery {" "} page to resend the sign-in link by entering your email.

); }