Skip to content

Commit 60f3d41

Browse files
committed
remove auto browser open for now
1 parent 1df2d78 commit 60f3d41

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/opencode/src/cli/cmd

packages/opencode/src/cli/cmd/auth.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ export const AuthLoginCommand = cmd({
159159
const authorize = await method.authorize()
160160

161161
if (authorize.url) {
162-
try {
163-
await open(authorize.url)
164-
} catch (e) {}
165162
prompts.log.info("Go to: " + authorize.url)
166163
}
167164

0 commit comments

Comments
 (0)