From 21858635da6c9e9bb74443a8034e86213eefafaa Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:06:06 +0000 Subject: [PATCH] Update form section to handle login and signup cgen-3dbc2841f2904729860b58a84b178096 --- client/pages/Login.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index 83886a3e..2e357711 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -121,10 +121,13 @@ export default function Login() {
- Welcome Back + {isSignUp ? "Create Account" : "Welcome Back"} - Sign in to your AeThex account to access the dashboard + {isSignUp + ? "Create your AeThex account to get started" + : "Sign in to your AeThex account to access the dashboard" + }