Skip to content

Commit 2c7c7ce

Browse files
committed
Onboarding to v6 temporarily
1 parent 44d043b commit 2c7c7ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ const authSetup = function () {
2525

2626
let domain = 'auth.{{DOMAIN}}';
2727

28-
const onboardingWizardUrl = 'https://onboarding.{{DOMAIN}}/';
28+
//TODO - Set this back during transition to v6
29+
//const onboardingWizardUrl = 'https://onboarding.{{DOMAIN}}/';
30+
31+
const onboardingWizardUrl = 'https://onboarding-v6.topcoder-dev.com/onboarding/';
32+
2933
const clientId = '{{AUTH0_CLIENT_ID}}';
3034
const useLocalStorage = false;
3135
const useRefreshTokens = false;

0 commit comments

Comments
 (0)