Skip to content

Commit c52d91e

Browse files
committed
fix: lint
1 parent b10c769 commit c52d91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/cli/src/commands/login.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import chalk from "chalk";
22

33
import { login as workosLogin } from "../auth/workos.js";
44
import { gracefulExit } from "../util/exit.js";
5+
56
import { chat } from "./chat.js";
67

78
export async function login() {
@@ -10,7 +11,7 @@ export async function login() {
1011
try {
1112
await workosLogin();
1213
console.info(chalk.green("Successfully logged in!"));
13-
14+
1415
// Start the CLI session after successful login
1516
console.info(chalk.blue("Starting Continue CLI..."));
1617
await chat();

0 commit comments

Comments
 (0)