Move ConfirmModel to Abstractions (#3964)

To make it available to plugins.
This commit is contained in:
d11n
2022-07-15 05:38:33 +02:00
committed by GitHub
parent f8619e382b
commit e8291eb00e
29 changed files with 32 additions and 12 deletions

View File

@@ -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)