From 4344183564905733a5f409939a96cf18424bc23e Mon Sep 17 00:00:00 2001 From: Thomas Schuster Date: Sun, 26 May 2024 17:30:49 +0200 Subject: [PATCH] fix build error --- pages/confirmation.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/confirmation.tsx b/pages/confirmation.tsx index f8f99b6..0a5641b 100644 --- a/pages/confirmation.tsx +++ b/pages/confirmation.tsx @@ -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() {

- 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.