From b2a915240f1a7e5d3bdff753acd7b52ea63b67e1 Mon Sep 17 00:00:00 2001 From: Kenan KARAER Date: Sat, 10 Jan 2026 21:39:12 +0300 Subject: [PATCH] =?UTF-8?q?Site=20y=C3=B6nlendirme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/user-nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }