Update form section to handle login and signup
cgen-3dbc2841f2904729860b58a84b178096
This commit is contained in:
parent
d1e1ccdc37
commit
21858635da
1 changed files with 5 additions and 2 deletions
|
|
@ -121,10 +121,13 @@ export default function Login() {
|
|||
</div>
|
||||
<div className="space-y-2">
|
||||
<CardTitle className="text-2xl text-gradient-purple">
|
||||
Welcome Back
|
||||
{isSignUp ? "Create Account" : "Welcome Back"}
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
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"
|
||||
}
|
||||
</CardDescription>
|
||||
</div>
|
||||
<Badge
|
||||
|
|
|
|||
Loading…
Reference in a new issue