diff --git a/BTCPayServer/Views/Account/_WelcomeLayout.cshtml b/BTCPayServer/Views/Account/_WelcomeLayout.cshtml index 12e329a0d..469cef793 100644 --- a/BTCPayServer/Views/Account/_WelcomeLayout.cshtml +++ b/BTCPayServer/Views/Account/_WelcomeLayout.cshtml @@ -1,6 +1,4 @@ @model LoginViewModel -@inject BTCPayServer.HostedServices.CssThemeManager themeManager -@addTagHelper *, BundlerMinifier.TagHelpers @{ Layout = null; } @@ -8,21 +6,7 @@
- - - - - @if (themeManager.DiscourageSearchEngines) - { - - } -