diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index 03df08d22..b73e03d56 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -33,7 +33,7 @@ @{ - if(ViewBag.AlwaysShrinkNavBar == null) + if (ViewBag.AlwaysShrinkNavBar == null) { ViewBag.AlwaysShrinkNavBar = true; } @@ -45,7 +45,7 @@
- @if(env.NetworkType != NBitcoin.NetworkType.Mainnet) + @if (env.NetworkType != NBitcoin.NetworkType.Mainnet) { @env.NetworkType.ToString() } @@ -55,9 +55,9 @@
@@ -96,11 +96,14 @@ @RenderBody() - + @if (User.Identity.IsAuthenticated) + { + + } - @if(!dashboard.IsFullySynched()) + @if (!dashboard.IsFullySynched()) { }