openrag/frontend/src/app/auth/callback
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
..
page.tsx Fix double OAuth callback execution using sessionStorage 2025-10-01 14:42:59 -05:00