diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index 33d95ee..75ccdc1 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -93,7 +93,7 @@ const HomePage = () => { }; const handleLoginSync = () => { - navigate('/login'); + navigate('/login-providers'); }; const handleManualSync = async () => {