diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts index cf736486..a3afdcd0 100644 --- a/packages/opencode/src/cli/cmd/auth.ts +++ b/packages/opencode/src/cli/cmd/auth.ts @@ -159,9 +159,6 @@ export const AuthLoginCommand = cmd({ const authorize = await method.authorize() if (authorize.url) { - try { - await open(authorize.url) - } catch (e) {} prompts.log.info("Go to: " + authorize.url) }