Fix samples
This commit is contained in:
parent
d2c12e85b8
commit
a475177376
|
|
@ -56,6 +56,7 @@ namespace IdentitySample.Models
|
|||
case SignInStatus.Failure:
|
||||
default:
|
||||
ModelState.AddModelError("", "Invalid username or password.");
|
||||
return View(model);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue