Skip to content

Commit 6cadec4

Browse files
committed
feat: removed login requirement for connect command
1 parent 9da6120 commit 6cadec4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/orchestrators/connect.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ export class ConnectOrchestrator {
1313
static nodeBinary: string;
1414

1515
static async run(rootCommand: string, reporter: Reporter, openBrowser = true, onOpen?: (connectionCode: string, server: Server) => void) {
16-
const login = LoginHelper.get()?.isLoggedIn;
17-
if (!login) {
18-
ctx.log('User is not logged in. Attempting to log in...')
19-
await LoginOrchestrator.run();
20-
}
21-
2216
this.rootCommand = rootCommand;
2317
this.nodeBinary = process.execPath;
2418

0 commit comments

Comments
 (0)