Making better

This commit is contained in:
Ryan Chen
2025-10-29 21:28:23 -04:00
parent 289045e7d0
commit 5ebdd60ea0

View File

@@ -24,7 +24,7 @@ const AppContainer = () => {
// Try to verify token by making a request // Try to verify token by making a request
try { try {
await conversationService.getMessages(); await conversationService.getAllConversations();
// If successful, user is authenticated // If successful, user is authenticated
setAuthenticated(true); setAuthenticated(true);
} catch (error) { } catch (error) {