From 2f56783b7e4618fc71efa933e6b6373d800f0b95 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Fri, 16 Oct 2020 12:59:01 +0200 Subject: [PATCH] fix domain mapping bug (#1992) fixes #1988 --- BTCPayServer/Controllers/ServerController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer/Controllers/ServerController.cs b/BTCPayServer/Controllers/ServerController.cs index ade6bd002..525cd48a1 100644 --- a/BTCPayServer/Controllers/ServerController.cs +++ b/BTCPayServer/Controllers/ServerController.cs @@ -275,6 +275,8 @@ namespace BTCPayServer.Controllers [HttpPost] public async Task Policies(PoliciesSettings settings, string command = "") { + + ViewBag.UpdateUrlPresent = _Options.UpdateUrl != null; ViewBag.AppsList = await GetAppSelectList(); if (command == "add-domain") {