From efdd6799d9dadaf69ac9f784a74d438fe847df88 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 Apr 2026 15:40:45 +0530 Subject: [PATCH] feat: built verification screen --- frontend/src/pages/VerifyEmail.tsx | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/VerifyEmail.tsx b/frontend/src/pages/VerifyEmail.tsx index ee9fd16..8eb2023 100644 --- a/frontend/src/pages/VerifyEmail.tsx +++ b/frontend/src/pages/VerifyEmail.tsx @@ -1,7 +1,33 @@ +import { EnvelopeSimpleOpenIcon } from "@phosphor-icons/react"; +import Logo from "../components/Logo"; + export default function VerifyEmail() { return ( -
-

Verify Email

+
+
+ +
+ +
+

Check Your Email

+

+ We've sent an activation link to your inbox.
+ Please click it to verify your account. +

+
+ +
+ +
+

+ Didn't receive it? Check your spam folder or wait for a few minutes. + The link will expire in 24 hours. +

+
+ +

window.close()}> + You can close this window now. +

); }