diff --git a/BTCPayServer/Views/Account/LoginWith2fa.cshtml b/BTCPayServer/Views/Account/LoginWith2fa.cshtml index 2759e8378..b145b3b33 100644 --- a/BTCPayServer/Views/Account/LoginWith2fa.cshtml +++ b/BTCPayServer/Views/Account/LoginWith2fa.cshtml @@ -1,20 +1,20 @@ @model LoginWith2faViewModel -
-
+
+

Two-factor authentication


-
+
- +
@@ -28,14 +28,14 @@
-
-

- 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/Account/LoginWithU2F.cshtml b/BTCPayServer/Views/Account/LoginWithU2F.cshtml index 682854b98..d98eb838f 100644 --- a/BTCPayServer/Views/Account/LoginWithU2F.cshtml +++ b/BTCPayServer/Views/Account/LoginWithU2F.cshtml @@ -13,19 +13,22 @@ -
-
+
+
-

U2F Authentication

+

+ U2F Authentication +


+
+ +

Insert your U2F device or hardware wallet into your computer's USB port. If it has a button, tap on it.

+
-

Insert your U2F device or a hardware wallet into your computer's USB port. If it has a button, tap on it.

+
-
- -
diff --git a/BTCPayServer/Views/Account/SecondaryLogin.cshtml b/BTCPayServer/Views/Account/SecondaryLogin.cshtml index 1d985d167..9b2760645 100644 --- a/BTCPayServer/Views/Account/SecondaryLogin.cshtml +++ b/BTCPayServer/Views/Account/SecondaryLogin.cshtml @@ -7,15 +7,9 @@
@if (Model.LoginWith2FaViewModel != null && Model.LoginWithU2FViewModel != null) { -
-
-

@ViewData["Title"]

-
- -
-
-
- }else if (Model.LoginWith2FaViewModel == null && Model.LoginWithU2FViewModel == null) +
+ } + else if (Model.LoginWith2FaViewModel == null && Model.LoginWithU2FViewModel == null) {