Skip to content

Commit 7ce018c

Browse files
committed
fix(auth): stop printing quick start after login
1 parent 13ade91 commit 7ce018c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/commands/src/commands/auth

packages/commands/src/commands/auth/login.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineCommand, getConfigPath } from "bailian-cli-core";
2-
import { printQuickStart } from "bailian-cli-runtime";
32
import { emitBare } from "bailian-cli-runtime";
43
import {
54
resolveConsoleOrigin,
@@ -133,6 +132,5 @@ export default defineCommand({
133132
await store.login({ base_url: baseUrl });
134133
}
135134
await validateAndPersistApiKey(deps, key, baseUrl || store.resolveBaseUrl());
136-
printQuickStart();
137135
},
138136
});

0 commit comments

Comments
 (0)