Added scaffolded Login page for Identity
- Also updated the _LoginPartial to use the new page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user