Google ReCaptcha V3-登录失败后重新启动

时间:2019-03-04 14:11:00

标签: ajax bootstrap-modal recaptcha-v3

我有带有Recaptcha的引导程序登录模式

如果登录失败,我希望用户重试登录过程。

grecaptcha.execute('code', { action: 'login' }).then(function (token) {
//i have here the login modal open and filled with the ford fields + the token field for the captcha
})

我尝试使用grecaptcha.render进行渲染 但我不能做一次以上

什么是正确的解决方案?

0 个答案:

没有答案