refactor(lst): added side bar plus dummy menus

This commit is contained in:
2025-02-20 07:22:18 -06:00
parent 5f8943492e
commit 54b1b6081a
43 changed files with 1795 additions and 188 deletions

View File

@@ -33,7 +33,7 @@ const LoginForm = () => {
// Optionally store user info
// localStorage.setItem("user", JSON.stringify(user));
setSession(data.data.token);
setSession(data.data.user, data.data.token);
// Refetch the session data to reflect the logged-in state
queryClient.invalidateQueries();