mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Improve create first store case (#4951)
This commit is contained in:
@@ -5,6 +5,8 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
{
|
||||
public class CreateStoreViewModel
|
||||
{
|
||||
public bool IsFirstStore { get; set; }
|
||||
|
||||
[Required]
|
||||
[MaxLength(50)]
|
||||
[MinLength(1)]
|
||||
|
||||
Reference in New Issue
Block a user