openrag/frontend/src
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
..
app Fix double OAuth callback execution using sessionStorage 2025-10-01 14:42:59 -05:00
components Merge branch 'main' into feat/filters-design-sweep 2025-09-30 13:55:07 -05:00
contexts make filter icon required 2025-09-30 13:29:43 -05:00
lib Update docling preset options 2025-09-29 16:40:29 -05:00
stores (frontend): Add zustand library for managing loading state in the application 2025-09-09 21:40:35 -03:00