From 97acec340c1fa534e0c694f53ee7cdcb0708e731 Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 24 Aug 2023 16:31:49 +0200 Subject: [PATCH] fix lnaddress nav item permission --- BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml b/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml index d0129f451..a08528d55 100644 --- a/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml +++ b/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml @@ -1,5 +1,6 @@ @using BTCPayServer.Views.Stores @using BTCPayServer.Abstractions.Extensions +@using BTCPayServer.Client @inject BTCPayNetworkProvider BTCPayNetworkProvider @{ const string cryptoCode = "BTC"; @@ -10,7 +11,7 @@ @if (isLightningEnabled && isLNUrlEnabled) { -