Update help url (#457)

This commit is contained in:
Matt Gibson 2021-08-16 15:46:15 -04:00 committed by GitHub
parent 1f0127966e
commit d854dfa5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ export class LoginCommand {
}
if (response.captchaSiteKey) {
const badCaptcha = Response.badRequest('Your authentication request appears to be coming from a bot\n' +
'Please use your API key to validate this request and ensure BW_CLIENTSECRET is correct, if set\n' +
'(https://bitwarden.com/help/article/cli/#using-an-api-key)');
'Please use your API key to validate this request and ensure BW_CLIENTSECRET is correct, if set.\n' +
'(https://bitwarden.com/help/article/cli-auth-challenges)');
try {
const captchaClientSecret = await this.apiClientSecret(true);