Site yönlendirme

This commit is contained in:
2026-01-10 21:39:12 +03:00
parent e80c8fd74b
commit b2a915240f

View File

@@ -46,7 +46,7 @@ export function UserNav({ user, profile }: UserNavProps) {
const handleSignOut = async () => { const handleSignOut = async () => {
await supabase.auth.signOut() await supabase.auth.signOut()
router.push("/login") router.push("/")
router.refresh() router.refresh()
} }