more descriptive wait message
This commit is contained in:
parent
19a42a596c
commit
00f3b3ab45
|
@ -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();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -464,6 +464,8 @@ code = "
|
||||||
==============================================
|
==============================================
|
||||||
"
|
"
|
||||||
|
|
||||||
|
waiting = "waiting for you to check your email..."
|
||||||
|
|
||||||
[remote.setup]
|
[remote.setup]
|
||||||
|
|
||||||
email = "Welcome!
|
email = "Welcome!
|
||||||
|
|
Loading…
Reference in New Issue