Initial commit
This commit is contained in:
10
Views/Errors/Unexpected.cshtml
Normal file
10
Views/Errors/Unexpected.cshtml
Normal file
@@ -0,0 +1,10 @@
|
||||
@using SimpleIdp.Resources
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Error";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
<div class="alert alert-danger" role="alert">
|
||||
@LayoutResource.UnexpectedError
|
||||
</div>
|
||||
Reference in New Issue
Block a user