logging sigin ...
This commit is contained in:
parent
1fb2f9863d
commit
9e7e3ca8a4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ namespace Yavsc.Controllers
|
|||
}
|
||||
else
|
||||
{
|
||||
ModelState.AddModelError(string.Empty, "Invalid login attempt.");
|
||||
ModelState.AddModelError(string.Empty, $"Invalid login attempt. ({model.UserName}, {model.Password})");
|
||||
model.ExternalProviders = HttpContext.GetExternalProviders();
|
||||
return this.ViewOk(model);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue