Skip to content

Commit 363bf51

Browse files
Jacob LeeJacob Lee
authored andcommitted
Update copy
1 parent 20f88bd commit 363bf51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/commands/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class LoginCommand extends Command {
108108

109109
if (!!response.data[0].factor_identifier) {
110110
console.log();
111-
console.log(`Your account has two-factor authentication enabled. Please enter a valid authentication code to finish logging in.`);
111+
console.log(`Your account has two-factor authentication enabled. Please enter a valid verification code from your device to finish logging in.`);
112112
console.log();
113113
inquirer.prompt({
114114
name: 'verificationCode',

0 commit comments

Comments
 (0)