File tree 1 file changed +10
-8
lines changed 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 37
37
handle
38
38
};
39
39
40
- var signInUrl = " https://accounts-auth0.topcoder-dev .com/?retUrl=https://software.topcoder-dev .com/review"
40
+ var signInUrl = " https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review" ;
41
41
42
- var registerUrl = " https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review&mode=signUp®Source=onlinereview" ;
43
42
44
- var signOutUrl = " https://topcoder-dev. com/logout " ;
43
+ var registerUrl = " https://accounts-auth0.topcoder. com/?retUrl=https://software.topcoder.com/review&mode=signUp®Source=onlinereview " ;
45
44
46
- if (currEnv === prodEnv) {
47
- registerUrl = " https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review&mode=signUp®Source=onlinereview" ;
48
- signInUrl = " https://accounts-auth0.topcoder.com/?retUrl=https://software.topcoder.com/review" ;
49
- signOutUrl = " https://topcoder.com/logout" ;
50
- }
45
+ var signOutUrl = " https://topcoder.com/logout" ;
46
+
47
+ /* if (currEnv != prodEnv) {
48
+ registerUrl = "https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review&mode=signUp®Source=onlinereview";
49
+
50
+ signInUrl = "https://accounts-auth0.topcoder-dev.com/?retUrl=https://software.topcoder-dev.com/review";
51
+ signOutUrl = "https://topcoder-dev.com/logout";
52
+ }*/
51
53
52
54
tcUniNav (' init' , ' headerNav' , {
53
55
type: ' tool' ,
You can’t perform that action at this time.
0 commit comments