Fix samples

This commit is contained in:
Hao Kung 2014-11-24 18:00:48 -08:00
parent d2c12e85b8
commit a475177376
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ namespace IdentitySample.Models
case SignInStatus.Failure:
default:
ModelState.AddModelError("", "Invalid username or password.");
return View(model);
}
}