From 673b6d67334aeca7bba13f78d1e49e35a576d180 Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 30 Jun 2021 13:11:27 +0200 Subject: [PATCH] 2FA: Fix login partial name Fixes a typo in the filename, which leads to an exception on login when 2FA is enabled. --- BTCPayServer/Views/Account/SecondaryLogin.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Account/SecondaryLogin.cshtml b/BTCPayServer/Views/Account/SecondaryLogin.cshtml index 0f1ac94a8..b105ad67a 100644 --- a/BTCPayServer/Views/Account/SecondaryLogin.cshtml +++ b/BTCPayServer/Views/Account/SecondaryLogin.cshtml @@ -19,12 +19,11 @@ } -
@if (Model.LoginWith2FaViewModel != null) {
- +
} @if (Model.LoginWithFido2ViewModel != null)