1 reference to Email
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
130var result = await _signInManager.PasswordSignInAsync(Input.Email, Input.Password, Input.RememberMe, lockoutOnFailure: false);