-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We are encountering an issue with the ngx-captcha package where the captcha does not reset properly after being verified once. When the captcha is successfully verified and the observable returns true, it works as expected the first time. However, subsequent attempts to trigger the captcha verification process do not prompt the user to verify again. Instead, the package directly returns a value without displaying or resetting the captcha challenge.
Despite attempting to handle this by subscribing and unsubscribing from the observable, the captcha still retains its previously verified state and does not reset. We need a way to fully reset the captcha after each verification, ensuring that the user is required to verify again for subsequent operations. Any guidance or resolution for implementing a proper reset functionality would be greatly appreciated.