2 references to Input
Microsoft.AspNetCore.Identity.UI (2)
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);