mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Removed the tagline character limit in the crowdfunding app
This commit is contained in:
parent
119ab7b2c0
commit
56d3485d49
@ -15,7 +15,6 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
[MaxLength(30)]
|
||||
public string Title { get; set; }
|
||||
|
||||
[MaxLength(50)]
|
||||
public string Tagline { get; set; }
|
||||
|
||||
[Required]
|
||||
|
Loading…
Reference in New Issue
Block a user