mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Removed the tagline character limit in the crowdfunding app
This commit is contained in:
committed by
Andrew Camilleri
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]
|
||||
|
||||
Reference in New Issue
Block a user