summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml')
-rw-r--r--samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml b/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml
new file mode 100644
index 0000000..be55b17
--- /dev/null
+++ b/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Shared/Error.cshtml
@@ -0,0 +1,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>
+