more descriptive wait message

This commit is contained in:
AJ ONeal 2019-05-18 13:23:58 -06:00
parent 19a42a596c
commit 00f3b3ab45
2 changed files with 3 additions and 1 deletions

View File

@ -539,7 +539,7 @@ function getToken(err, state) {
console.error(err); console.error(err);
return; return;
} }
console.info("waiting..."); console.info(TPLS.remote.waiting.replace(/{email}/, state.config.email));
next(); next();
}); });
} }

View File

@ -464,6 +464,8 @@ code = "
============================================== ==============================================
" "
waiting = "waiting for you to check your email..."
[remote.setup] [remote.setup]
email = "Welcome! email = "Welcome!