mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-26 16:19:40 +00:00
remove auto browser open for now
This commit is contained in:
parent
1df2d78b85
commit
60f3d413de
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue