From 8e07bf3ffbe78e14e67015d7c66b7cb628c15dd6 Mon Sep 17 00:00:00 2001 From: badev Date: Tue, 23 Jul 2019 23:40:06 -0400 Subject: [PATCH] Update Login.cshtml (#935) * Update Login.cshtml [UI] Removed Unneeded string on login page with registering disabled. #881 * Update Login.cshtml --- BTCPayServer/Views/Account/Login.cshtml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Account/Login.cshtml b/BTCPayServer/Views/Account/Login.cshtml index bde631f8d..4c4d88224 100644 --- a/BTCPayServer/Views/Account/Login.cshtml +++ b/BTCPayServer/Views/Account/Login.cshtml @@ -1,5 +1,6 @@ @model LoginViewModel @inject SignInManager SignInManager +@inject BTCPayServer.HostedServices.CssThemeManager themeManager @{ ViewData["Title"] = "Log in"; @@ -21,7 +22,7 @@ - + @@ -30,7 +31,7 @@
- + @@ -40,7 +41,10 @@

Forgot your password?

+ @if (themeManager.ShowRegister) + { + }