8 references to Input
Microsoft.AspNetCore.Identity.UI (8)
Areas\Identity\Pages\V4\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_V4_Account_LoginWith2fa_cshtml.g.cs (6)
147
Input
.TwoFactorCode
170
Input
.TwoFactorCode
195
Input
.TwoFactorCode
221
Input
.RememberMachine
239
Html.DisplayNameFor(m => m.
Input
.RememberMachine)
253
Input
.RememberMachine