2 references to Input
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (2)
124var authenticatorCode = Input.TwoFactorCode.Replace(" ", string.Empty).Replace("-", string.Empty); 126var result = await _signInManager.TwoFactorAuthenticatorSignInAsync(authenticatorCode, rememberMe, Input.RememberMachine);