summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml
blob: be55b17d00f530c11218d7b66c0e299c21054b33 (plain)
1
2
3
4
5
6
7
8
9
@model System.Web.Mvc.HandleErrorInfo

@{
    ViewBag.Title = "Error";
}

<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>