Commit e0d1d45
fix: use localhost instead of 127.0.0.1 for OAuth callback
This fixes the OAuth flow in WSL2 where 127.0.0.1 inside WSL is not
accessible from the Windows host browser. Using localhost enables
WSL2's built-in localhost forwarding between Windows and WSL.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 0b286f1 commit e0d1d45
File tree
2 files changed
+2
-2
lines changed- packages/opencode/src/mcp
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments