mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 10:24:52 +01:00
remove auto browser open for now
This commit is contained in:
@@ -159,9 +159,6 @@ export const AuthLoginCommand = cmd({
|
|||||||
const authorize = await method.authorize()
|
const authorize = await method.authorize()
|
||||||
|
|
||||||
if (authorize.url) {
|
if (authorize.url) {
|
||||||
try {
|
|
||||||
await open(authorize.url)
|
|
||||||
} catch (e) {}
|
|
||||||
prompts.log.info("Go to: " + authorize.url)
|
prompts.log.info("Go to: " + authorize.url)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user