fix domain mapping bug (#1992)

fixes #1988
This commit is contained in:
Andrew Camilleri 2020-10-16 12:59:01 +02:00 committed by GitHub
parent dc4ecdaa38
commit 2f56783b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,6 +275,8 @@ namespace BTCPayServer.Controllers
[HttpPost]
public async Task<IActionResult> Policies(PoliciesSettings settings, string command = "")
{
ViewBag.UpdateUrlPresent = _Options.UpdateUrl != null;
ViewBag.AppsList = await GetAppSelectList();
if (command == "add-domain")
{