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

@@ -18,6 +18,7 @@
<PackageReference Include="BuildWebCompiler" Version="1.12.394" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.172" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
</ItemGroup>