mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed Orchard.AntiSpam compilation issue by correcting data type.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Orchard.AntiSpam.ViewModels {
|
||||
|
||||
public class ReCaptchaPartResponseModel {
|
||||
[JsonProperty("success")]
|
||||
public string Success { get; set; }
|
||||
public bool Success { get; set; }
|
||||
|
||||
[JsonProperty("error-codes")]
|
||||
public string[] ErrorCodes { get; set; }
|
||||
|
Reference in New Issue
Block a user