You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there is no way to do this, though it would be helpful. I'd like to alert my users with "expired captcha" or "invalid captcha" instead of just reporting failure.
This is pretty minor, of course. By and large, this is a great package. Thanks for building and sharing. You've saved me quite a bit of effort/frustration/etc.
The text was updated successfully, but these errors were encountered:
Thank you for your kind words! Since Verify returns a bool, distinguishing between errors will either require changing the API (so I'd do this in the major version with other changes that will pop up) or creating a separate function (e.g. VerifyWithError or something). I think the former is better, so it will take some time.
It seems that there is no way to do this, though it would be helpful. I'd like to alert my users with "expired captcha" or "invalid captcha" instead of just reporting failure.
This is pretty minor, of course. By and large, this is a great package. Thanks for building and sharing. You've saved me quite a bit of effort/frustration/etc.
The text was updated successfully, but these errors were encountered: