2 references to Input
Identity.ExternalClaims (2)
Pages\Account\LoginWith2fa.cshtml.cs (2)
76
var authenticatorCode =
Input
.TwoFactorCode.Replace(" ", string.Empty).Replace("-", string.Empty);
78
var result = await _signInManager.TwoFactorAuthenticatorSignInAsync(authenticatorCode, rememberMe,
Input
.RememberMachine);