diff --git a/src/commands/applications/login.ts b/src/commands/applications/login.ts index 996fc07..d9e837c 100644 --- a/src/commands/applications/login.ts +++ b/src/commands/applications/login.ts @@ -135,7 +135,7 @@ export default class ApplicationsLogin extends Command { try { - +console.log(config) const token = await clToken.getAccessToken(config) if (!token?.accessToken) this.error('Unable to get access token')