Skip to content

Commit

Permalink
fix(cli): prevent wrong password moving you forward
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Nov 20, 2018
1 parent 27be290 commit 8e92ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/login.js
Expand Up @@ -97,6 +97,7 @@ export default class Login {
echo()
echo(4)(`😢 ${format.red(err.message)}`)
echo()
process.exit(1)
}
}

Expand Down

0 comments on commit 8e92ccf

Please sign in to comment.