Skip to content

Commit 6e6e7a9

Browse files
committed
Add x_tutorial=true query to the app link in the onboarding completion page
1 parent 8ef6e45 commit 6e6e7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal/src/graphql/portal/ProjectWizardDoneScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const ProjectWizardDoneContent: React.FC<ProjectWizardDoneContentProps> =
102102

103103
const { config } = props;
104104

105-
const endpoint = config.http?.public_origin;
105+
const endpoint = `${config.http?.public_origin}?x_tutorial=true`;
106106

107107
const portalAppEndpoint = `/project/${encodeURIComponent(appID)}`;
108108
const portalSSOEndpoint = `/project/${encodeURIComponent(

0 commit comments

Comments
 (0)