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 7afd9b2 commit 7cf18eeCopy full SHA for 7cf18ee
web-assets/js/setupAuth0WithRedirect.js
@@ -25,11 +25,8 @@ const authSetup = function () {
25
26
let domain = 'auth.{{DOMAIN}}';
27
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
+ const onboardingWizardUrl = 'https://onboarding.{{DOMAIN}}/';
+
33
const clientId = '{{AUTH0_CLIENT_ID}}';
34
const useLocalStorage = false;
35
const useRefreshTokens = false;
0 commit comments