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.

Didn't see the email? Check your spam folder or visit the{" "} Password Recovery {" "} page to resend the link.

); }