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.


If you didn't recieve anything, go to the{" "} Password Recovery {" "} page and enter your Email to resend the sign in link.

); }