We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2905f commit 71aef4aCopy full SHA for 71aef4a
src/OrchardCore.Modules/OrchardCore.Users/Views/TwoFactorAuthentication/Index.cshtml
@@ -53,7 +53,7 @@
53
54
@if (Model.CanDisableTwoFa)
55
{
56
- <a asp-action="Disable2fa" class="btn btn-primary">@T["Disable two-factor authentication"]</a>
+ <a asp-action="DisableTwoFactorAuthentication" class="btn btn-primary">@T["Disable two-factor authentication"]</a>
57
}
58
59
<a asp-action="GenerateRecoveryCodes" class="btn btn-primary">@T["Reset recovery codes"]</a>
0 commit comments