diff --git a/BTCPayServer/Controllers/UILNURLController.cs b/BTCPayServer/Controllers/UILNURLController.cs index 3bf7843f1..f95836a7a 100644 --- a/BTCPayServer/Controllers/UILNURLController.cs +++ b/BTCPayServer/Controllers/UILNURLController.cs @@ -119,6 +119,8 @@ namespace BTCPayServer LightMoneyUnit.BTC), Tag = "withdrawRequest", Callback = new Uri(Request.GetCurrentUrl()), + // It's not `pp.GetBlob().Description` because this would be HTML + // and LNUrl UI's doesn't expect HTML there DefaultDescription = pp.GetBlob().Name ?? String.Empty, }; if (pr is null)