mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-20 01:11:18 +00:00
fix(ux): remove duplicate OAuth browser fallback URL message (#2143)
The DigitalOcean OAuth flow printed two near-identical fallback URL messages: one manually before calling openBrowser(), and one from openBrowser() itself. Remove the manual one since openBrowser() already handles the fallback. Fixes #2140 Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
91960b5e80
commit
f1ca7808c4
1 changed files with 0 additions and 1 deletions
|
|
@ -426,7 +426,6 @@ async function tryDoOAuth(): Promise<string | null> {
|
|||
const authUrl = `${DO_OAUTH_AUTHORIZE}?${authParams.toString()}`;
|
||||
|
||||
logStep("Opening browser to authorize with DigitalOcean...");
|
||||
logStep(`If the browser doesn't open, visit: ${authUrl}`);
|
||||
openBrowser(authUrl);
|
||||
|
||||
// Wait up to 120 seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue