diff --git a/src/auth/hooks/useAuthProvider.ts b/src/auth/hooks/useAuthProvider.ts index cfeaff3d2..a550d2c56 100644 --- a/src/auth/hooks/useAuthProvider.ts +++ b/src/auth/hooks/useAuthProvider.ts @@ -105,7 +105,7 @@ export function useAuthProvider({ if (externalLogoutUrl) { window.location.href = externalLogoutUrl; } else { - navigate(path); + navigate("/"); } }