fix button

This commit is contained in:
2025-10-27 13:57:20 +01:00
parent e330346d86
commit a902062726

View File

@@ -93,7 +93,7 @@ const HomePage = () => {
};
const handleLoginSync = () => {
navigate('/login');
navigate('/login-providers');
};
const handleManualSync = async () => {