mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Move ConfirmModel to Abstractions (#3964)
To make it available to plugins.
This commit is contained in:
@@ -41,7 +41,6 @@ namespace BTCPayServer.Controllers
|
||||
return View("Confirm", new ConfirmModel
|
||||
{
|
||||
Title = "Delete API key",
|
||||
DescriptionHtml = true,
|
||||
Description = $"Any application using the API key <strong>{key.Label ?? key.Id}<strong> will immediately lose access.",
|
||||
Action = "Delete",
|
||||
ActionName = nameof(DeleteAPIKeyPost)
|
||||
|
||||
Reference in New Issue
Block a user