Skip to content

Commit

Permalink
fix: login error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Nov 28, 2023
1 parent a603d7f commit 0254fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/applications/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export default class ApplicationsLogin extends Command {
this.log(`\n${clColor.msg.success.bold('Login successful!')} Your configuration has been stored locally. You can now interact with ${interactMsg}\n`)

} catch (error: any) {
console.log(error)
this.log(clColor.msg.error.bold('Login failed!'))
if (flags.debug) this.error(inspect(error, false, null, true))
else
Expand Down

0 comments on commit 0254fdb

Please sign in to comment.