diff --git a/BTCPayServer/Views/LNURL/EditLightningAddress.cshtml b/BTCPayServer/Views/LNURL/EditLightningAddress.cshtml index 484d3d99f..cbb63f0a7 100644 --- a/BTCPayServer/Views/LNURL/EditLightningAddress.cshtml +++ b/BTCPayServer/Views/LNURL/EditLightningAddress.cshtml @@ -27,6 +27,15 @@ } +@if (Context.Request.PathBase.ToString() != string.Empty) +{ + +} +

@ViewData["PageTitle"]

@@ -99,7 +108,7 @@ - var address = $"{Model.Items[index].Username}@{Context.Request.Host.ToUriComponent()}{Context.Request.PathBase}"; + var address = $"{Model.Items[index].Username}@{Context.Request.Host.ToUriComponent()}";