mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-06 06:12:40 +02:00
- Replaced direct localStorage token access with a centralized `getBearerToken` function across various components and hooks to improve code maintainability and security. - Updated API calls to use `authenticatedFetch` for consistent authentication handling. - Enhanced user experience by ensuring proper redirection to login when authentication fails. - Cleaned up unused imports and improved overall code structure for better readability. |
||
|---|---|---|
| .. | ||
| chats | ||
| connectors | ||
| documents | ||
| editor/[documentId] | ||
| logs/(manage) | ||
| onboard | ||
| podcasts | ||
| researcher/[[...chat_id]] | ||
| settings | ||
| sources/add | ||
| team | ||
| client-layout.tsx | ||
| layout.tsx | ||
| page.tsx | ||