Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-dotn…
Browse files Browse the repository at this point in the history
…et-4
  • Loading branch information
ardalis authored Dec 23, 2023
2 parents aedde96 + b88c823 commit e923d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
<PackageVersion Include="WindowsAzure.Storage" Version="9.3.3" />
<PackageVersion Include="xunit" Version="2.6.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.3" />
<PackageVersion Include="xunit.runner.console" Version="2.5.0">
<PackageVersion Include="xunit.runner.console" Version="2.6.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="xunit.runner.reporters" Version="2.5.0" />
<PackageVersion Include="xunit.runner.reporters" Version="2.6.4" />
<PackageVersion Include="XunitXml.TestLogger" Version="3.1.17" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public async Task<IActionResult> OnPostAsync(string captcha, string inviteCode,
await _userRoleMembershipService.AddUserToRoleAsync(userId, memberRole.Id);
}

return RedirectToRoute("/User/MyProfile");
return Redirect("/User/MyProfile");
}

foreach (var error in result.Errors)
Expand Down

0 comments on commit e923d51

Please sign in to comment.