fix build error
This commit is contained in:
parent
bc3ec3cc54
commit
4344183564
|
@ -1,8 +1,7 @@
|
||||||
import CenteredForm from "@/layouts/CenteredForm";
|
import CenteredForm from "@/layouts/CenteredForm";
|
||||||
import { signIn } from "next-auth/react";
|
import { signIn } from "next-auth/react";
|
||||||
import Link from "next/link";
|
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
import React, { useState } from "react";
|
import { useState } from "react";
|
||||||
import toast from "react-hot-toast";
|
import toast from "react-hot-toast";
|
||||||
|
|
||||||
export default function EmailConfirmaion() {
|
export default function EmailConfirmaion() {
|
||||||
|
@ -38,8 +37,8 @@ export default function EmailConfirmaion() {
|
||||||
<div className="divider my-3"></div>
|
<div className="divider my-3"></div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A sign in link has been sent to your email address. If you don't see
|
A sign in link has been sent to your email address. If you don&apost
|
||||||
the email, check your spam folder.
|
see the email, check your spam folder.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="mx-auto w-fit mt-3">
|
<div className="mx-auto w-fit mt-3">
|
||||||
|
|
Ŝarĝante…
Reference in New Issue