babaktaremi / GoogleCaptchaComponent

🤖 Implementation of google reCaptcha as a blazor component with support of reCaptcha-V2 and reCaptcha-V3 and server validation
MIT License
78 stars 16 forks source link

Incorrect ServerSideValidationResult.IsSuccess false workflow #17

Closed 9swampy closed 7 months ago

9swampy commented 7 months ago

V4.1.0 ServerSideValidationResult.IsSuccess false =>

ServerSideValidationHandler => could set Disabled true ServerValidationErrorCallBack => would set Disabled true SuccessCallBack => would set Disabled false (and IsSuccess isn't available on the EventArg passed in)

babaktaremi commented 7 months ago

Hi hope you had a great day. Just merged your PR. I'll publish version 4.2.0 soon thanks for your contribution!