diff --git a/components/dashboard/user-nav.tsx b/components/dashboard/user-nav.tsx index a1bc2f0..bba07c5 100644 --- a/components/dashboard/user-nav.tsx +++ b/components/dashboard/user-nav.tsx @@ -46,7 +46,7 @@ export function UserNav({ user, profile }: UserNavProps) { const handleSignOut = async () => { await supabase.auth.signOut() - router.push("/login") + router.push("/") router.refresh() }