From 27436411226384fd8cb1e45d7874e570eb94b775 Mon Sep 17 00:00:00 2001 From: Kukks Date: Sun, 10 Nov 2019 17:32:28 +0100 Subject: [PATCH] hidden challenges rendered --- BTCPayServer/Views/Account/LoginWithU2F.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Account/LoginWithU2F.cshtml b/BTCPayServer/Views/Account/LoginWithU2F.cshtml index 47925f321..f1048049d 100644 --- a/BTCPayServer/Views/Account/LoginWithU2F.cshtml +++ b/BTCPayServer/Views/Account/LoginWithU2F.cshtml @@ -5,7 +5,10 @@ - + @for (int i = 0; i < Model.Challenges.Count; i++) + { + @Html.HiddenFor(m => m.Challenges[i]) + }