Custom logo and custom url for checkout page should accept any string (relative path) (Fix #1124)

This commit is contained in:
nicolas.dorier
2019-11-06 12:01:29 +09:00
parent c62aeb670a
commit 2d80dbfa8f
6 changed files with 11 additions and 14 deletions

View File

@@ -27,10 +27,8 @@ namespace BTCPayServer.Models.StoreViewModels
public string DefaultLang { get; set; }
[Display(Name = "Link to a custom CSS stylesheet")]
[Uri]
public string CustomCSS { get; set; }
[Display(Name = "Link to a custom logo")]
[Uri]
public string CustomLogo { get; set; }
[Display(Name = "Custom HTML title to display on Checkout page")]