We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eac7b3 commit 2c265e6Copy full SHA for 2c265e6
packages/cli/utils/auth.ts
@@ -6,8 +6,8 @@ import open from "open";
6
import { authStore } from "../stores/auth.js";
7
import { configStore } from "../stores/config.js";
8
9
-import { errorUrl, loginUrl, successUrl } from "./urls.js";
10
import { ParamType } from "./types.js";
+import { errorUrl, loginUrl, successUrl } from "./urls.js";
11
12
interface waitForAccessToken {
13
accessToken: string;
0 commit comments