Skip to content

Commit

Permalink
Merge pull request #148 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
Hotfix v 0.11.10
  • Loading branch information
SSchulze1989 authored Mar 11, 2024
2 parents fe3ab8d + 386a3ce commit 42b0bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/Pages/Members/ConfirmEmail.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@page "/memberss/{UserId}/confirm/{ConfirmationToken}"
@page "/members/{UserId}/confirm/{ConfirmationToken}"
@inject LeagueApiService ApiService
@inject NavigationManager NavigationManager

Expand Down
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/iRLeagueManager.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>0.11.9</Version>
<Version>0.11.10</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-iRLeagueManager.Web-2B05F9DC-55A3-49D1-BD64-31507000EDF3</UserSecretsId>
Expand Down

0 comments on commit 42b0bea

Please sign in to comment.