Skip to content

Commit 161b85b

Browse files
committed
feat: skip onboarding for users signing up from challenges page
1 parent 1c6d25d commit 161b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ module.exports = {
4646
MEMBERS_API_URL: process.env.MEMBERS_API_URL || 'https://api.topcoder-dev.com/v5/members',
4747

4848
// List of registration sources that can skip the onboarding wizard
49-
SKIP_ONBOARDING_REG_SOURCES: process.env.SKIP_ONBOARDING_REG_SOURCES || ['taasApp', 'gigs', 'selfService']
49+
SKIP_ONBOARDING_REG_SOURCES: process.env.SKIP_ONBOARDING_REG_SOURCES || ['taasApp', 'gigs', 'selfService', 'challenges']
5050
}

0 commit comments

Comments
 (0)