remove auto browser open for now

This commit is contained in:
Dax Raad
2025-08-20 12:05:52 -04:00
parent 3a994c4919
commit cec1fa8bb2
-3
View File
@@ -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)
}