Open tomnphamns opened 1 year ago
After obtaining the returned token value. How can I send a token to the login form so that the hcaptcha form can close (with a message of completion of the validation) to continue the registration?
Can you give me example code?
const token = await captcha.solve(page); // this is the returned token value. console.log(token)
Hope this helps!
After obtaining the returned token value. How can I send a token to the login form so that the hcaptcha form can close (with a message of completion of the validation) to continue the registration?
Can you give me example code?