Merge pull request #4001 from sbwalker/dev

fix #3998 - personalized page display issue
This commit is contained in:
Shaun Walker
2024-03-15 19:49:49 -07:00
committed by GitHub

View File

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