mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Update help url (#457)
This commit is contained in:
parent
1f0127966e
commit
d854dfa5a2
@ -147,8 +147,8 @@ export class LoginCommand {
|
|||||||
}
|
}
|
||||||
if (response.captchaSiteKey) {
|
if (response.captchaSiteKey) {
|
||||||
const badCaptcha = Response.badRequest('Your authentication request appears to be coming from a bot\n' +
|
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' +
|
'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)');
|
'(https://bitwarden.com/help/article/cli-auth-challenges)');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const captchaClientSecret = await this.apiClientSecret(true);
|
const captchaClientSecret = await this.apiClientSecret(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user