Improve create first store case (#4951)

This commit is contained in:
d11n
2023-05-10 11:18:29 +02:00
committed by GitHub
parent 2c26b77afc
commit 541b6cf9eb
7 changed files with 39 additions and 36 deletions

View File

@@ -5,6 +5,8 @@ namespace BTCPayServer.Models.StoreViewModels
{
public class CreateStoreViewModel
{
public bool IsFirstStore { get; set; }
[Required]
[MaxLength(50)]
[MinLength(1)]