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.
2 parents 4f50f6c + 20b6426 commit 1c6d25dCopy full SHA for 1c6d25d
config/default.js
@@ -46,5 +46,5 @@ module.exports = {
46
MEMBERS_API_URL: process.env.MEMBERS_API_URL || 'https://api.topcoder-dev.com/v5/members',
47
48
// List of registration sources that can skip the onboarding wizard
49
- SKIP_ONBOARDING_REG_SOURCES: process.env.SKIP_ONBOARDING_REG_SOURCES || ['taasApp', 'gigs']
+ SKIP_ONBOARDING_REG_SOURCES: process.env.SKIP_ONBOARDING_REG_SOURCES || ['taasApp', 'gigs', 'selfService']
50
}
0 commit comments