fix: Add fromRedirectOfNonOrgLink in getServerSideProps of private links (#15306)
This commit is contained in:
@@ -112,6 +112,7 @@ async function getUserPageProps(context: GetServerSidePropsContext) {
|
||||
eventSlug: slug,
|
||||
isTeamEvent,
|
||||
org,
|
||||
fromRedirectOfNonOrgLink: context.query.orgRedirection === "true",
|
||||
});
|
||||
|
||||
if (!eventData) {
|
||||
|
||||
Reference in New Issue
Block a user