This commit is contained in:
@@ -53,8 +53,8 @@ namespace contact.Pages
|
||||
_configuration.GetSection("GoogleReCaptcha:secret").Value
|
||||
))
|
||||
{
|
||||
//ModelState.AddModelError(string.Empty, "You failed the CAPTCHA, stupid robot. Go play some 1x1 on SFs instead.");
|
||||
return StatusCode(400);
|
||||
//Return a fail code that will hopefully take us off the spammers list
|
||||
return StatusCode(500);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user