diff --git a/BTCPayServer/Views/Shared/_LayoutSignedOut.cshtml b/BTCPayServer/Views/Shared/_LayoutSignedOut.cshtml index 665a7e326..bb30b3613 100644 --- a/BTCPayServer/Views/Shared/_LayoutSignedOut.cshtml +++ b/BTCPayServer/Views/Shared/_LayoutSignedOut.cshtml @@ -1,5 +1,6 @@ @{ Layout = "_LayoutSimple"; + ViewBag.ShowTitle ??= true; ViewBag.ShowLeadText ??= false; } @@ -45,7 +46,10 @@
-

@ViewData["Title"]

+ @if (ViewBag.ShowTitle) + { +

@ViewData["Title"]

+ } @RenderBody()
diff --git a/BTCPayServer/Views/UIAccount/LoginWith2fa.cshtml b/BTCPayServer/Views/UIAccount/LoginWith2fa.cshtml index efa542d5e..01a446205 100644 --- a/BTCPayServer/Views/UIAccount/LoginWith2fa.cshtml +++ b/BTCPayServer/Views/UIAccount/LoginWith2fa.cshtml @@ -1,17 +1,13 @@ @model LoginWith2faViewModel -
-
-

Two-factor authentication

-
-
-
-
+
+

Two-factor authentication

+
- +
@@ -26,13 +22,9 @@
-
-
-
-

- Don't have access to your authenticator device? -
- You can log in with a recovery code. -

-
+

+ Don't have access to your authenticator device? +
+ You can log in with a recovery code. +

diff --git a/BTCPayServer/Views/UIAccount/LoginWithFido2.cshtml b/BTCPayServer/Views/UIAccount/LoginWithFido2.cshtml index f3bffcb9a..c5d0478eb 100644 --- a/BTCPayServer/Views/UIAccount/LoginWithFido2.cshtml +++ b/BTCPayServer/Views/UIAccount/LoginWithFido2.cshtml @@ -1,32 +1,31 @@ @model BTCPayServer.Fido2.Models.LoginWithFido2ViewModel -
- - - - -
- -
-
-

FIDO2 Authentication

-

Insert your security device and proceed.

-
-
- - If your security device has a button, tap on it. -
+
+
+ + + + +
+

FIDO2 Authentication

+

Insert your security device and proceed.

+
+
+ + If your security device has a button, tap on it.
- -

-
+ +

+ + + + +
- - - + diff --git a/BTCPayServer/Views/UIAccount/LoginWithLNURLAuth.cshtml b/BTCPayServer/Views/UIAccount/LoginWithLNURLAuth.cshtml index 0fcf3e6be..7fbad6036 100644 --- a/BTCPayServer/Views/UIAccount/LoginWithLNURLAuth.cshtml +++ b/BTCPayServer/Views/UIAccount/LoginWithLNURLAuth.cshtml @@ -7,50 +7,43 @@ }; } -
-
-
-
-

LNURL Auth

-
- -
- @for (int i = 0; i < formats.Count; i++) - { - var mode = formats.ElementAt(i); - - } +
+
+ + +
+

LNURL Auth

+
+ +
+ @for (int i = 0; i < formats.Count; i++) + { + var mode = formats.ElementAt(i); +
+
+
-

Scan the QR code with your lightning wallet and link to your user account.

+ + Open in wallet +
-
+ }
+

Scan the QR code with your lightning wallet and link to your user account.

-
- -
- - -
+