mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Replace google.com/recaptcha to recaptcha.net domain to possibly solve China troubles
This commit is contained in:
parent
8d559cb616
commit
1ba8aaf093
@ -63,7 +63,7 @@ export default {
|
|||||||
options.get().then((resp) => this.setApiKey(resp.reCaptchaPublicKey))
|
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;
|
return readyPromise;
|
||||||
|
Loading…
Reference in New Issue
Block a user