From b66dd9f9cb9e6d5686fc1ff56292285135185287 Mon Sep 17 00:00:00 2001 From: Francisco Pessano <76450203+FranP-code@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:19:56 -0300 Subject: [PATCH] Updated AuthForm.tsx --- src/components/AuthForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AuthForm.tsx b/src/components/AuthForm.tsx index bd432d4..3f58012 100644 --- a/src/components/AuthForm.tsx +++ b/src/components/AuthForm.tsx @@ -39,6 +39,7 @@ export function AuthForm({ mode }: AuthFormProps) { if (error) throw error; setMessage('Check your email for the confirmation link!'); + window.location.href = '/dashboard'; } else { const { error } = await supabase.auth.signInWithPassword({ email,