fix(coding-agent): do not open browser for device code login

This commit is contained in:
Armin Ronacher
2026-06-16 17:21:30 +02:00
parent 7f29e7a369
commit 8f0e9251b9

View File

@@ -128,7 +128,6 @@ export class LoginDialogComponent extends Container implements Focusable {
this.contentContainer.addChild(new Spacer(1));
this.contentContainer.addChild(new Text(theme.fg("warning", `Enter code: ${info.userCode}`), 1, 0));
openBrowser(info.verificationUri);
this.tui.requestRender();
}