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) { -