App.jsx
11.2 KB
-
fix: add dynamic route for custom OAuth provider callbacks (#2911) · f289678f
Custom OAuth providers redirect to /oauth/{slug} after authorization, but only hardcoded provider routes (github, discord, oidc, linuxdo) existed in the frontend router, causing a 404 for custom providers.CaIon committed