fix #3998 - personalized page display issue

This commit is contained in:
sbwalker 2024-03-15 22:49:28 -04:00
parent ccd18c4f10
commit 5a393de1cb

View File

@ -260,6 +260,7 @@
{
// redirect to the personalized page
NavigationManager.NavigateTo(Utilities.NavigateUrl(SiteState.Alias.Path, personalized.Path, ""), false);
return;
}
}
}