Skip to content

Commit b1d1ef4

Browse files
author
Sachin Maheshwari
committed
changing config for prod
1 parent ab1dd11 commit b1d1ef4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const qs = (function (a) {
2323

2424
const 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

web-assets/js/signup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
var apiServerUrl = "https://api.topcoder-dev.com/v3/users";
2+
var apiServerUrl = "https://api.topcoder.com/v3/users";
33
var qs = (function (a) {
44
if (a == "") return {};
55
var b = {};

0 commit comments

Comments
 (0)