We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x_tutorial=true
1 parent 8ef6e45 commit 6e6e7a9Copy full SHA for 6e6e7a9
portal/src/graphql/portal/ProjectWizardDoneScreen.tsx
@@ -102,7 +102,7 @@ const ProjectWizardDoneContent: React.FC<ProjectWizardDoneContentProps> =
102
103
const { config } = props;
104
105
- const endpoint = config.http?.public_origin;
+ const endpoint = `${config.http?.public_origin}?x_tutorial=true`;
106
107
const portalAppEndpoint = `/project/${encodeURIComponent(appID)}`;
108
const portalSSOEndpoint = `/project/${encodeURIComponent(
0 commit comments