aspnetcore/src/MusicStore/Views/Account/ExternalLoginFailure.cshtml

9 lines
244 B
Plaintext

@{
//Bug: Need a way to specify the layout page in a single place
Layout = "/Views/Shared/_Layout.cshtml";
ViewBag.Title = "Login Failure";
}
<h2>@ViewBag.Title.</h2>
<h3 class="text-error">Unsuccessful login with service.</h3>