Sfoglia il codice sorgente

remove auto browser open for now

Dax Raad 6 mesi fa
parent
commit
60f3d413de
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      packages/opencode/src/cli/cmd/auth.ts

+ 0 - 3
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)
           }