mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-27 18:04:26 +01:00
Cleanup U2F namespace to correspond to folder path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@model BTCPayServer.Services.U2F.Models.LoginWithU2FViewModel
|
||||
@model BTCPayServer.U2F.Models.LoginWithU2FViewModel
|
||||
|
||||
<form id="u2fForm" asp-action="LoginWithU2F" method="post" asp-route-returnUrl="@ViewData["ReturnUrl"]">
|
||||
<input type="hidden" asp-for="Version" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@model BTCPayServer.Services.U2F.Models.AddU2FDeviceViewModel
|
||||
@model BTCPayServer.U2F.Models.AddU2FDeviceViewModel
|
||||
@{
|
||||
ViewData.SetActivePageAndTitle(ManageNavPages.U2F, "Add U2F device");
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@model BTCPayServer.Services.U2F.Models.U2FAuthenticationViewModel
|
||||
@model BTCPayServer.U2F.Models.U2FAuthenticationViewModel
|
||||
@{
|
||||
ViewData.SetActivePageAndTitle(ManageNavPages.U2F, "Manage your registered U2F devices");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user