@model BTCPayServer.Controllers.UIManageController.AuthorizeApiKeysViewModel @{ var displayName = Model.ApplicationName ?? Model.ApplicationIdentifier; ViewData["Title"] = $"Authorize {displayName ?? "Application"}"; Layout = "_LayoutWizard"; } @section PageFootContent { }

@ViewData["Title"]

Are you sure about exposing your API Key to @displayName?

You've previously generated the API Key @Model.ApiKey specifically for @displayName with the URL @Model.RedirectUrl.