Fix for typo in v3 CLI login command
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"trigger.dev": patch
|
||||
---
|
||||
|
||||
Fix for typo in v3 CLI login command
|
||||
@@ -326,7 +326,7 @@ async function createAuthorizationCode(apiClient: CliApiClient) {
|
||||
try {
|
||||
//generate authorization code
|
||||
const createAuthCodeSpinner = spinner();
|
||||
createAuthCodeSpinner.start("Creating authorition code");
|
||||
createAuthCodeSpinner.start("Creating authorization code");
|
||||
const authorizationCodeResult = await apiClient.createAuthorizationCode();
|
||||
|
||||
if (!authorizationCodeResult.success) {
|
||||
|
||||
Reference in New Issue
Block a user