Skip to content

Commit 41f89c6

Browse files
token ➡️ access key
1 parent eb7f17e commit 41f89c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/script/command-executor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function loginWithExternalAuthentication(action: string, serverUrl?: string, pro
676676
if (isAuthenticated) {
677677
serializeConnectionInfo(accessKey, /*preserveAccessKeyOnLogout*/ false, serverUrl, proxy, noProxy);
678678
} else {
679-
throw new Error("Invalid token.");
679+
throw new Error("Invalid access key.");
680680
}
681681
});
682682
});
@@ -1589,7 +1589,7 @@ function requestAccessKey(): Promise<string> {
15891589
prompt.get({
15901590
properties: {
15911591
response: {
1592-
description: chalk.cyan("Enter your token from the browser: ")
1592+
description: chalk.cyan("Enter the access key from the browser: ")
15931593
}
15941594
}
15951595
}, (err: any, result: any): void => {

0 commit comments

Comments
 (0)