diff --git a/Views/Shared/_LoginPartial.cshtml b/Views/Shared/_LoginPartial.cshtml new file mode 100644 index 0000000..b838e04 --- /dev/null +++ b/Views/Shared/_LoginPartial.cshtml @@ -0,0 +1,26 @@ +@using Microsoft.AspNetCore.Identity +@inject SignInManager SignInManager +@inject UserManager UserManager + + \ No newline at end of file diff --git a/turf_tasker.csproj b/turf_tasker.csproj index dbd9ba1..2247d16 100644 --- a/turf_tasker.csproj +++ b/turf_tasker.csproj @@ -7,13 +7,22 @@ - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + +