mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Refactor StatusMessage and remove ExternalLogin
This commit is contained in:
@@ -17,7 +17,6 @@ namespace BTCPayServer.Models.ServerViewModels
|
||||
public int Skip { get; set; }
|
||||
public int Count { get; set; }
|
||||
public int Total { get; set; }
|
||||
public string StatusMessage { get; set; }
|
||||
|
||||
public List<UserViewModel> Users { get; set; } = new List<UserViewModel>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user