Update Models according to DB change
[wsti_pai.git] / Projects / Views / Account / ExternalLoginFailure.cshtml
1 @{
2     ViewBag.Title = "Login Failure";
3 }
4
5 <hgroup>
6     <h2>@ViewBag.Title.</h2>
7     <h3 class="text-danger">Unsuccessful login with service.</h3>
8 </hgroup>