diff options
| author | Dax Raad <[email protected]> | 2025-08-20 12:05:52 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-20 12:28:00 -0400 |
| commit | 60f3d413defcde32dfd8419e872b368d73c6fc0b (patch) | |
| tree | a61c8068fa97edf9ca8dd55e3f0b4e5a0e876233 | |
| parent | 1df2d78b85a3a917a18d11ad6e06c1a0f48bd2fa (diff) | |
| download | opencode-60f3d413defcde32dfd8419e872b368d73c6fc0b.tar.gz opencode-60f3d413defcde32dfd8419e872b368d73c6fc0b.zip | |
remove auto browser open for now
| -rw-r--r-- | packages/opencode/src/cli/cmd/auth.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts index cf736486a..a3afdcd0a 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) } |
