Skip to content

Commit

Permalink
fix local auth message (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Aug 28, 2019
1 parent 61a459c commit a9881ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var _loginWithLocalhost = function(port) {

server.listen(port, function() {
logger.info();
logger.info("Visit this URL on any device to log in:");
logger.info("Visit this URL on this device to log in:");
logger.info(clc.bold.underline(authUrl));
logger.info();
logger.info("Waiting for authentication...");
Expand Down

0 comments on commit a9881ed

Please sign in to comment.