Allow empty template (Fix #303)

This commit is contained in:
nicolas.dorier
2018-11-13 16:32:13 +09:00
parent a996cc2e6d
commit 8e667f6c3f
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ namespace BTCPayServer.Models.AppViewModels
[Required]
[MaxLength(5)]
public string Currency { get; set; }
[Required]
[MaxLength(5000)]
public string Template { get; set; }