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:
Jiang Bohan 2026-04-07 15:47:44 +08:00
parent 14fe8e9df9
commit 7f2ea9857d