REFACTOR data service

This commit is contained in:
Urtzi Alfaro
2025-08-12 18:17:30 +02:00
parent 7c237c0acc
commit fbe7470ad9
149 changed files with 8528 additions and 7393 deletions

View File

@@ -193,7 +193,8 @@ const App: React.FC = () => {
isAuthenticated: false,
isLoading: false,
user: null,
currentPage: 'landing' // 👈 Return to landing page after logout
currentPage: 'landing', // 👈 Return to landing page after logout
routingDecision: null
});
};