9a2c0f9a96b342e6a8046e8eccbcef8cb1fa1363
Fixed OAuth callback to preserve the original host (localhost vs 127.0.0.1) by using request headers instead of request.url as the base URL for redirects. This ensures that if a user accesses the app via 127.0.0.1, they will be redirected back to 127.0.0.1 after OAuth, and vice versa for localhost. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided