From f63eb31d92c5397abecab6035971a911dadc48ee Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Tue, 28 Nov 2023 16:04:53 +0100 Subject: [PATCH] fix: fix clientId flag with - --- src/commands/applications/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')