8 lines
163 B
Text
Executable file
8 lines
163 B
Text
Executable file
@{
|
|
ViewData["Title"] = "Login Failure";
|
|
}
|
|
|
|
<header>
|
|
<h2>@ViewData["Title"].</h2>
|
|
<p class="text-danger">Unsuccessful login with service.</p>
|
|
</header>
|