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 269138f commit 0d24df3Copy full SHA for 0d24df3
config/constants/development.js
@@ -51,7 +51,7 @@ module.exports = {
51
// duration to show the prompt saying user will be logged out, before actually logging out the user
52
IDLE_TIMEOUT_GRACE_MINUTES: 5,
53
MULTI_ROUND_CHALLENGE_TEMPLATE_ID: 'd4201ca4-8437-4d63-9957-3f7708184b07',
54
- UNIVERSAL_NAV_URL: '//uni-nav.topcoder-dev.com/v1/tc-universal-nav.js',
+ UNIVERSAL_NAV_URL: 'https://uni-nav.topcoder-dev.com/v1/tc-universal-nav.js',
55
HEADER_AUTH_URLS_HREF: `https://accounts-auth0.${DOMAIN}?utm_source=community-app-main`,
56
HEADER_AUTH_URLS_LOCATION: `https://accounts-auth0.${DOMAIN}?retUrl=%S&utm_source=community-app-main`,
57
SKILLS_V5_API_URL: `${API_V5}/standardized-skills/skills/autocomplete`,
0 commit comments