fix(auth): move Google callback page to correct route path
The callback page was placed under app/(auth)/callback/ — a Next.js route group — which mapped to /callback instead of /auth/callback. Move it to app/auth/callback/ so the URL matches the Google OAuth redirect URI.
This commit is contained in:
parent
14fe8e9df9
commit
7f2ea9857d
1 changed files with 0 additions and 0 deletions
Loading…
Add table
Add a link
Reference in a new issue