File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ const qs = (function (a) {
2323
2424const authSetup = function ( ) {
2525
26- let domain = 'auth.topcoder-dev .com' ;
27- const clientId = 'BXWXUWnilVUPdN01t2Se29Tw2ZYNGZvH ' ;
26+ let domain = 'auth.topcoder.com' ;
27+ const clientId = 'UW7BhsnmAQh0itl56g1jUPisBO9GoowD ' ;
2828 const useLocalStorage = false ;
2929 const useRefreshTokens = false ;
3030 const v3JWTCookie = 'v3jwt' ;
@@ -47,7 +47,7 @@ const authSetup = function () {
4747 if ( utmSource &&
4848 ( utmSource != 'undefined' ) &&
4949 ( enterpriseCustomers . indexOf ( utmSource ) > - 1 ) ) {
50- domain = "topcoder-dev .auth0.com" ;
50+ domain = "topcoder.auth0.com" ;
5151 returnAppUrl += '&utm_source=' + utmSource ;
5252 }
5353
Original file line number Diff line number Diff line change 11
2- var apiServerUrl = "https://api.topcoder-dev .com/v3/users" ;
2+ var apiServerUrl = "https://api.topcoder.com/v3/users" ;
33var qs = ( function ( a ) {
44 if ( a == "" ) return { } ;
55 var b = { } ;
You can’t perform that action at this time.
0 commit comments