Skip to content

Commit

Permalink
Merge 7fbf873 into 61a459c
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Aug 28, 2019
2 parents 61a459c + 7fbf873 commit 2650f0d
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 2650f0d

Please sign in to comment.