fix: redirects

This commit is contained in:
ghost2023
2026-06-06 09:04:11 +03:00
parent f356c00ba2
commit 7a19a161e1

View File

@@ -172,7 +172,6 @@ const useAuth = () => {
}); });
localStorage.clear(); localStorage.clear();
queryClient.clear(); queryClient.clear();
window.location.href = "/login";
}; };
return { return {