From 772f2296772fef14a77d253d24e6e39445185081 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 08:41:24 +0000 Subject: [PATCH] completionId: cgen-f12efc1980d74f84bd93d1018ab722fd cgen-f12efc1980d74f84bd93d1018ab722fd --- client/pages/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index 69a72150..2bedc304 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -263,7 +263,7 @@ export default function Login() { signature, redirectTo: window.location.origin + - (profileComplete ? "/dashboard" : "/onboarding"), + (profile ? "/dashboard" : "/onboarding"), }), }) .then((r) => (r.ok ? r.json() : null))