Skip to content

Commit

Permalink
Merge pull request #4001 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix #3998 - personalized page display issue
  • Loading branch information
sbwalker authored Mar 16, 2024
2 parents 1617a61 + 5a393de commit 0f3b030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Client/UI/SiteRouter.razor
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
{
// redirect to the personalized page
NavigationManager.NavigateTo(Utilities.NavigateUrl(SiteState.Alias.Path, personalized.Path, ""), false);
return;
}
}
}
Expand Down

0 comments on commit 0f3b030

Please sign in to comment.