Added scaffolded Login page for Identity

- Also updated the _LoginPartial to use the new page
This commit is contained in:
Eric Fleming
2019-02-15 21:54:35 -05:00
parent 1a5cb50ecc
commit fbde5dae90
9 changed files with 215 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ else
<section class="esh-identity-section">
<div class="esh-identity-item">
<a asp-area="" asp-controller="Account" asp-action="SignIn" class="esh-identity-name esh-identity-name--upper">
<a asp-area="Identity" asp-page="/Account/Login" class="esh-identity-name esh-identity-name--upper">
Login
</a>
</div>