We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f88bd commit 363bf51Copy full SHA for 363bf51
1 file changed
cli/commands/login.js
@@ -108,7 +108,7 @@ class LoginCommand extends Command {
108
109
if (!!response.data[0].factor_identifier) {
110
console.log();
111
- console.log(`Your account has two-factor authentication enabled. Please enter a valid authentication code to finish logging in.`);
+ console.log(`Your account has two-factor authentication enabled. Please enter a valid verification code from your device to finish logging in.`);
112
113
inquirer.prompt({
114
name: 'verificationCode',
0 commit comments