openrag/frontend
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
..
components Merge pull request #150 from langflow-ai/feat/filters-design-sweep 2025-09-30 16:03:49 -05:00
hooks re-skin 2025-08-18 22:19:43 -04:00
lib added model validation and onboarding finishing 2025-09-20 12:09:27 -03:00
public fix: adjust onboarding copies and behaviors (#67) 2025-09-24 17:35:16 -03:00
src Fix double OAuth callback execution using sessionStorage 2025-10-01 14:42:59 -05:00
.gitignore frontend 2025-07-11 00:58:29 -04:00
components.json fix: adjust onboarding copies and behaviors (#67) 2025-09-24 17:35:16 -03:00
eslint.config.mjs frontend 2025-07-11 00:58:29 -04:00
next.config.ts updates to routers 2025-09-08 17:22:14 -04:00
package-lock.json Merge branch 'main' into feat/move-filters 2025-09-22 15:02:31 -05:00
package.json Merge branch 'main' into feat/move-filters 2025-09-22 15:02:31 -05:00
postcss.config.mjs frontend 2025-07-11 00:58:29 -04:00
tailwind.config.ts update accent colors, add first pass at color and icon selector for filters 2025-09-29 10:28:32 -05:00
tsconfig.json gdrive v0 2025-07-29 02:12:44 -04:00