We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb012e commit 077347bCopy full SHA for 077347b
app.js
@@ -162,6 +162,9 @@ const requestBody = exports.requestBody = function (requestedOptions, callback)
162
case 'Bad credentials':
163
logExceptOnTest(chalk.red('\nYour username or password is invalid, please check it'))
164
break
165
+ case 'Must specify two-factor authentication OTP code.':
166
+ logExceptOnTest(chalk.red('\nYour acoount requires two-factor authentication.\nUnfortunatelly, this is currently not supported.'))
167
+ break
168
default:
169
logExceptOnTest(chalk.red('\nRepository have 0 issues. Nothing to download'))
170
}
0 commit comments