From d854dfa5a2443dfcb6b1956bedbd877c38aea21b Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 16 Aug 2021 15:46:15 -0400 Subject: [PATCH] Update help url (#457) --- node/src/cli/commands/login.command.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/src/cli/commands/login.command.ts b/node/src/cli/commands/login.command.ts index d77f7c4b48..749b63d952 100644 --- a/node/src/cli/commands/login.command.ts +++ b/node/src/cli/commands/login.command.ts @@ -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);