diff --git a/src/services/captcha.js b/src/services/captcha.js index a47cf4f..b823809 100644 --- a/src/services/captcha.js +++ b/src/services/captcha.js @@ -63,7 +63,7 @@ export default { options.get().then((resp) => this.setApiKey(resp.reCaptchaPublicKey)) ]); - loadScript(`https://www.google.com/recaptcha/api.js?onload=onReCaptchaReady&render=explicit&hl=${lang}`); + loadScript(`https://recaptcha.net/recaptcha/api.js?onload=onReCaptchaReady&render=explicit&hl=${lang}`); } return readyPromise;