You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The API client's 401 handler was intercepting responses from /auth/* endpoints (login, register, me), throwing "Session expired" before the actual response could reach the caller. This prevented the login form from working — the AuthProvider's me() call returned 401, threw, and the error propagated into the login flow. Now the 401 redirect only triggers for non-auth API calls (where it genuinely indicates an expired session). Auth endpoints handle their own error responses normally. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
5 months ago | |
|---|---|---|
| .. | ||
| __tests__ | 5 months ago | |
| api | 5 months ago | |
| components | 5 months ago | |
| contexts | 6 months ago | |
| i18n | 6 months ago | |
| pages | 5 months ago | |
| utils | 6 months ago | |
| App.tsx | 6 months ago | |
| env.d.ts | 6 months ago | |
| index.css | 6 months ago | |
| index.tsx | 6 months ago | |
| types.ts | 6 months ago | |