8 references to Input
Microsoft.AspNetCore.Identity.UI (8)
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (2)
124
var authenticatorCode =
Input
.TwoFactorCode.Replace(" ", string.Empty).Replace("-", string.Empty);
126
var result = await _signInManager.TwoFactorAuthenticatorSignInAsync(authenticatorCode, rememberMe,
Input
.RememberMachine);
Areas_Identity_Pages_V5_Account_LoginWith2fa_cshtml.g.cs (6)
150
Input
.TwoFactorCode
175
Input
.TwoFactorCode
199
Input
.TwoFactorCode
225
Input
.RememberMachine
243
Html.DisplayNameFor(m => m.
Input
.RememberMachine)
257
Input
.RememberMachine