-
Notifications
You must be signed in to change notification settings - Fork 35
Change log
Paul Biccherai edited this page Feb 1, 2020
·
9 revisions
#Change log
The server validation is no longer always returning bad request 400 for a error types. If the error is due to the recaptcha response being missing or invalid, the ModelState is set to invalid and any other error return a bad request 400.
Added some missing error handling
Added localization support
Updated MVC dependency to version 1.0.1 Microsoft Security Advisory 3181759
Added an option to disable the recaptcha service (thanks @skorunka)
Fixed issue with not being able the change the validation message
Fixed issue
Updated MVC dependency