From f0826bed7e9d04bc3a0bf2788a9f55ee63b1fc78 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 04:50:45 +0000 Subject: [PATCH] Prettier format pending files --- client/components/onboarding/Welcome.tsx | 6 +++--- server/email.ts | 3 ++- server/index.ts | 21 +++++++++++---------- vite.config.ts | 5 ++++- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index e2647b40..b161d011 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -63,7 +63,6 @@ export default function Welcome({ setIsVerified(confirmed); }, [user]); - const handleCheckVerification = async () => { setIsCheckingVerification(true); try { @@ -183,7 +182,6 @@ export default function Welcome({ } }; - const VerificationIcon = isVerified ? MailCheck : MailWarning; const verificationBorderClass = isVerified ? "border-emerald-500/40" @@ -393,7 +391,9 @@ export default function Welcome({ ) : ( <>

- Check your inbox for the AeThex confirmation email we sent during sign-up. Click the verification link in that email to confirm your account. + Check your inbox for the AeThex confirmation email we sent + during sign-up. Click the verification link in that email to + confirm your account.