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