From fcaf6aea8a4b06b7f60b40dab5bf609a76d9c571 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Wed, 11 Jan 2023 19:07:13 +1100 Subject: [PATCH] Additional prod related fixes --- web/includes/inc_header_reskin.jsp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/web/includes/inc_header_reskin.jsp b/web/includes/inc_header_reskin.jsp index 9f1490153d..ec3747280f 100644 --- a/web/includes/inc_header_reskin.jsp +++ b/web/includes/inc_header_reskin.jsp @@ -37,17 +37,19 @@ handle }; - var signInUrl = "https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review" + var signInUrl = "https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review"; - var registerUrl = "https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review&mode=signUp®Source=onlinereview"; - var signOutUrl = "https://topcoder-dev.com/logout"; + var registerUrl = "https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review&mode=signUp®Source=onlinereview"; - if (currEnv === prodEnv) { - registerUrl = "https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review&mode=signUp®Source=onlinereview"; - signInUrl = "https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review"; - signOutUrl = "https://topcoder.com/logout"; - } + var signOutUrl = "https://topcoder.com/logout"; + + /*if (currEnv != prodEnv) { + registerUrl = "https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review&mode=signUp®Source=onlinereview"; + + signInUrl = "https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review"; + signOutUrl = "https://topcoder-dev.com/logout"; + }*/ tcUniNav('init', 'headerNav', { type: 'tool',