Closed rahXephonz closed 10 months ago
const captchaRef = React.useRef<GeeTestRef | null>(null)
const handleLogin = () => {
try {
// do login
} catch (e) {
// handle error
} finally {
// reset captcha
captchaRef.current?.reset()
}
}
Thanks @shahradelahi !!! Awesome :) 👍🏿
Hello @shahradelahi did you know how to change captcha challenge from slide into another? Thanks
Hello @rahXephonz,
To change the Geetest security strategy, refer to their console/dashboard and apply the changes on the Customization > Security strategy
page.
If you want more product support, you can contact the Geetest support team.
basically i have logic for signin in here
how to reseting the captcha from start if some error happen?