1 reference to Email
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
60var result = await _signInManager.PasswordSignInAsync(model.Email, model.Password, model.RememberMe, lockoutOnFailure: false);