We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d043b commit 2c7c7ceCopy full SHA for 2c7c7ce
web-assets/js/setupAuth0WithRedirect.js
@@ -25,7 +25,11 @@ const authSetup = function () {
25
26
let domain = 'auth.{{DOMAIN}}';
27
28
- const onboardingWizardUrl = 'https://onboarding.{{DOMAIN}}/';
+ //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
33
const clientId = '{{AUTH0_CLIENT_ID}}';
34
const useLocalStorage = false;
35
const useRefreshTokens = false;
0 commit comments