Skip to content

Commit

Permalink
Merge pull request #32 from DRJTechnology/Development
Browse files Browse the repository at this point in the history
attempt to fix login issue
  • Loading branch information
DRJTechnology authored Dec 18, 2023
2 parents baf365a + 59ce78a commit 1e85d18
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
<Folder Include="wwwroot\images\" />
<Folder Include="wwwroot\lib\" />
</ItemGroup>


<ItemGroup>
<TrimmerRootAssembly Include="Microsoft.Authentication.WebAssembly.Msal" />
<TrimmerRootAssembly Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
</ItemGroup>

</Project>

0 comments on commit 1e85d18

Please sign in to comment.