mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
hidden challenges rendered
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
<input type="hidden" asp-for="Challenge" />
|
||||
<input type="hidden" asp-for="AppId" />
|
||||
<input type="hidden" asp-for="DeviceResponse" />
|
||||
<input type="hidden" asp-for="Challenges" />
|
||||
@for (int i = 0; i < Model.Challenges.Count; i++)
|
||||
{
|
||||
@Html.HiddenFor(m => m.Challenges[i])
|
||||
}
|
||||
<input type="hidden" asp-for="UserId" />
|
||||
<input type="hidden" asp-for="RememberMe" />
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user