fix bad redirection (#608)

* fix bad redirection
fix cleanning of local storage on startup

* update all nuget package

* avoid magic string
This commit is contained in:
Cédric Michel
2021-11-01 15:35:26 +01:00
committed by GitHub
parent 5d34222f28
commit ed30f3dcc4
6 changed files with 11 additions and 9 deletions

View File

@@ -42,7 +42,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.13.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\fonts\" />