File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module.exports = {
51
51
// duration to show the prompt saying user will be logged out, before actually logging out the user
52
52
IDLE_TIMEOUT_GRACE_MINUTES : 5 ,
53
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' ,
54
+ UNIVERSAL_NAV_URL : 'https: //uni-nav.topcoder-dev.com/v1/tc-universal-nav.js' ,
55
55
HEADER_AUTH_URLS_HREF : `https://accounts-auth0.${ DOMAIN } ?utm_source=community-app-main` ,
56
56
HEADER_AUTH_URLS_LOCATION : `https://accounts-auth0.${ DOMAIN } ?retUrl=%S&utm_source=community-app-main` ,
57
57
SKILLS_V5_API_URL : `${ API_V5 } /standardized-skills/skills/autocomplete` ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ module.exports = {
48
48
IDLE_TIMEOUT_MINUTES : 10 ,
49
49
IDLE_TIMEOUT_GRACE_MINUTES : 5 ,
50
50
MULTI_ROUND_CHALLENGE_TEMPLATE_ID : 'd4201ca4-8437-4d63-9957-3f7708184b07' ,
51
- UNIVERSAL_NAV_URL : '//uni-nav.topcoder.com/v1/tc-universal-nav.js' ,
51
+ UNIVERSAL_NAV_URL : 'https: //uni-nav.topcoder.com/v1/tc-universal-nav.js' ,
52
52
HEADER_AUTH_URLS_HREF : `https://accounts-auth0.${ DOMAIN } ?utm_source=community-app-main` ,
53
53
HEADER_AUTH_URLS_LOCATION : `https://accounts-auth0.${ DOMAIN } ?retUrl=%S&utm_source=community-app-main` ,
54
54
SKILLS_V5_API_URL : `${ API_V5 } /standardized-skills/skills/autocomplete` ,
You can’t perform that action at this time.
0 commit comments