Set disable registration as default true.

This commit is contained in:
Aaron Clauson
2018-12-18 20:16:48 +01:00
parent 9db5c0f375
commit a34d1641b3

View File

@@ -17,6 +17,6 @@ namespace BTCPayServer.Services
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
[Display(Name = "Disable registration")]
public bool LockSubscription { get; set; }
public bool LockSubscription { get; set; } = true;
}
}