fix build error

This commit is contained in:
Thomas Schuster 2024-05-26 17:30:49 +02:00
parent bc3ec3cc54
commit 4344183564
No known key found for this signature in database
GPG Key ID: 544A536BA1ECC9E7

View File

@ -1,8 +1,7 @@
import CenteredForm from "@/layouts/CenteredForm";
import { signIn } from "next-auth/react";
import Link from "next/link";
import { useRouter } from "next/router";
import React, { useState } from "react";
import { useState } from "react";
import toast from "react-hot-toast";
export default function EmailConfirmaion() {
@ -38,8 +37,8 @@ export default function EmailConfirmaion() {
<div className="divider my-3"></div>
<p>
A sign in link has been sent to your email address. If you don't see
the email, check your spam folder.
A sign in link has been sent to your email address. If you don&apost
see the email, check your spam folder.
</p>
<div className="mx-auto w-fit mt-3">