Skip to content

Commit

Permalink
Merge pull request #102 from Cox-Automotive/develop
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
brianantonelli authored Aug 27, 2018
2 parents fd44c96 + 563d283 commit 4898400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/alks-developer-info
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function(err, results){

var password = !_.isEmpty(results.password) ? '**********' : clc.red('NOT SET');
table.push(['Password', password]);
console.log(JSON.stringify(results, null, 4));

var token = !_.isEmpty(results.token) ? results.token.substring(0,4) + '**********' : clc.red('NOT SET');
table.push(['2FA Token', token]);

Expand Down

0 comments on commit 4898400

Please sign in to comment.