openrag/frontend/src/app
Mike Fortman d62945110c Fix double OAuth callback execution using sessionStorage
Replaced useRef with sessionStorage to prevent duplicate callback
executions when component remounts (React Strict Mode). The ref
was resetting on remount, causing the auth code to be used twice
and triggering "code already used" errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 14:42:59 -05:00
..
admin update to routers 2025-09-08 19:31:42 -04:00
api Merge branch 'main' into feat/filters-design-sweep 2025-09-30 15:22:47 -05:00
auth/callback Fix double OAuth callback execution using sessionStorage 2025-10-01 14:42:59 -05:00
chat make filter icon required 2025-09-30 13:29:43 -05:00
connectors Implement unified cloud picker with support for Google Drive and OneDrive, replacing individual pickers. Add new components for file listing, ingest settings, and file item display. Update package dependencies to include @radix-ui/react-separator. 2025-09-18 12:04:07 -06:00
knowledge Merge branch 'main' of https://github.com/langflow-ai/openrag into knowledge-empty-state 2025-10-01 09:02:26 -06:00
login fix: adjust onboarding copies and behaviors (#67) 2025-09-24 17:35:16 -03:00
onboarding add container utils (#151) 2025-09-30 16:34:55 -03:00
settings Merge branch 'main' into remove-sync-connectors 2025-10-01 11:33:21 -06:00
upload/[provider] Implement ingest settings in UnifiedCloudPicker and IngestSettings components 2025-09-19 09:26:12 -06:00
globals.css make filter icon required 2025-09-30 13:29:43 -05:00
icon.ico update favicon 2025-09-04 12:06:57 -05:00
icon.svg icons 2025-08-18 21:18:43 -04:00
layout.tsx disabled overflow on base layout 2025-09-18 17:46:23 -03:00
page.tsx improve chat ux 2025-08-20 06:15:50 -04:00
providers.tsx Add react query provider to app 2025-09-04 18:16:28 -03:00