Skip to content

Commit 7cf18ee

Browse files
committed
Remove temporary onboarding redirect
1 parent 7afd9b2 commit 7cf18ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web-assets/js/setupAuth0WithRedirect.js

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

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

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-
28+
const onboardingWizardUrl = 'https://onboarding.{{DOMAIN}}/';
29+
3330
const clientId = '{{AUTH0_CLIENT_ID}}';
3431
const useLocalStorage = false;
3532
const useRefreshTokens = false;

0 commit comments

Comments
 (0)