When a session token expires, API calls return 401 but nothing caught it — errors were shown as generic dialogs or swallowed. Now both apiClient and streamingService detect 401 responses and clear auth state, which causes App.tsx to render the login modal automatically. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| apiClient.ts | ||
| healthService.ts | ||
| index.ts | ||
| listingService.ts | ||
| poiService.ts | ||
| streamingService.ts | ||
| taskService.ts | ||