mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-04 22:04:37 +01:00
fixes and adapt
This commit is contained in:
@@ -15,7 +15,6 @@ namespace BTCPayServer.Data
|
||||
[MaxLength(50)] public string StoreId { get; set; }
|
||||
|
||||
[MaxLength(50)] public string UserId { get; set; }
|
||||
public string ApplicationIdentifier { get; set; }
|
||||
|
||||
public APIKeyType Type { get; set; } = APIKeyType.Legacy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user