Skip to content

Commit

Permalink
Fixed a redirection problem (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
scdefra authored Sep 16, 2024
1 parent 21f772d commit 49e9fcd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ public async Task<IActionResult> AcceptRegistrationSubmission(AcceptRegistration
{
return await SaveSessionAndRedirect(
session,
nameof(Registrations),
nameof(RegistrationDetails),
PagePath.AcceptRegistrationSubmission,
PagePath.Registrations,
PagePath.RegistrationDetails,
new { });
}

Expand Down

0 comments on commit 49e9fcd

Please sign in to comment.