Adding scaffolding for Logout page

- Removing Identity route from startup
This commit is contained in:
Eric Fleming
2019-06-20 20:41:00 -04:00
parent ba8bdfad84
commit d5446de65f
5 changed files with 55 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
{
<section class="col-lg-4 col-md-5 col-xs-12">
<div class="esh-identity">
<form asp-area="" asp-controller="Account" asp-action="SignOut" method="post" id="logoutForm" class="navbar-right">
<form asp-area="Identity" asp-page="/Account/Logout" method="post" id="logoutForm" class="navbar-right">
<section class="esh-identity-section">
<div class="esh-identity-name">@Context.User.Identity.Name</div>
<img class="esh-identity-image" src="~/images/arrow-down.png">