diff --git a/src/components/AuthPages/VerifyLink/index.jsx b/src/components/AuthPages/VerifyLink/index.jsx index ed4b7a1..01d55c2 100644 --- a/src/components/AuthPages/VerifyLink/index.jsx +++ b/src/components/AuthPages/VerifyLink/index.jsx @@ -19,7 +19,6 @@ export default function VerifyLink() { try { const verifyRes = await userApi.verifyEmail(code) - console.log(verifyRes) if (verifyRes.status === 200) { let { data } = verifyRes @@ -32,7 +31,6 @@ export default function VerifyLink() { } } } catch (error) { - console.log(error) setPageLoader(false) setLinkError(true) throw new Error(error) @@ -43,8 +41,6 @@ export default function VerifyLink() { verifyEmail(token) }) - console.log(token) - return ( <> -
-
-
-

- Verification Code +
+
+
+

+ Verification Sent

-
- shape -
- -
- - Continue - +
+

+ To complete the verification process, you should check your email inbox and look for the verification email. It may take a few minutes for the email to arrive, so be patient. Once you receive the email, open it and click on the verification link provided. +

-
-

- Dont’t have an aceount ? - - Please resend - +

+

+ If you haven't received the verification email after a reasonable amount of time, make sure to check your spam or junk mail folder. It's also possible that the email was sent to the wrong email address, so double-check that you entered your email address correctly.