working pages no maps

This commit is contained in:
2025-12-29 21:38:32 -05:00
parent f08432e417
commit 984c8e8169
8 changed files with 642 additions and 205 deletions

View File

@@ -34,7 +34,7 @@
// Assuming the backend returns a token or some success indicator
// Store the token in localStorage for authentication checks
if (data.token) {
localStorage.setItem('token', data.token);
localStorage.setItem('auth_token', data.token);
}
// Store the user object in localStorage
localStorage.setItem('user', JSON.stringify(data.user));