REFACTOR data service
This commit is contained in:
@@ -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
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user