我有带有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
进行渲染
但我不能做一次以上
什么是正确的解决方案?