summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Account/ExternalLoginFailure.cshtml
blob: 3be4ab37d49b520e1b871a52dbf4343a0aa4e570 (plain) (blame)
1
2
3
4
5
6
7
8
@{
    ViewBag.Title = "Login Failure";
}

<hgroup>
    <h2>@ViewBag.Title.</h2>
    <h3 class="text-danger">Unsuccessful login with service.</h3>
</hgroup>