dify/web/app/account/oauth/authorize
yyh ae59074c59
refactor(web): preserve all OAuth query params and remove legacy storage fallback
- Use searchParams.toString() to forward all query params instead of
  manually encoding only client_id and redirect_uri
- Remove legacy localStorage fallback since storage utility is now
  the sole persistence layer
- Add tests for OAuth authorize page, home page, and post-login redirect
2026-02-10 14:39:05 +08:00
..
constants.ts refactor: update installed app component to handle missing params and improve type safety (#27331) 2025-10-27 14:38:58 +08:00
layout.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
page.spec.tsx refactor(web): preserve all OAuth query params and remove legacy storage fallback 2026-02-10 14:39:05 +08:00
page.tsx refactor(web): preserve all OAuth query params and remove legacy storage fallback 2026-02-10 14:39:05 +08:00