Skip to content

Commit

Permalink
fix: fix clientId flag with -
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Nov 28, 2023
1 parent 92a1f3e commit f63eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/applications/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit f63eb31

Please sign in to comment.