We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724d1b2 commit 2f59a54Copy full SHA for 2f59a54
web-assets/js/setupAuth0WithRedirect.js
@@ -23,7 +23,7 @@ const qs = (function (a) {
23
24
const authSetup = function () {
25
26
- const domain = 'topcoder-dev.auth0.com';
+ let domain = 'auth.topcoder-dev.com';
27
const clientId = 'BXWXUWnilVUPdN01t2Se29Tw2ZYNGZvH';
28
const useLocalStorage = false;
29
const useRefreshTokens = false;
@@ -41,6 +41,10 @@ const authSetup = function () {
41
const loggerMode = "dev";
42
const IframeLogoutRequestType = "LOGOUT_REQUEST";
43
44
+ if (utmSource && utmSource != 'undefined') {
45
+ domain = "topcoder-dev.auth0.com";
46
+ }
47
+
48
49
var auth0 = null;
50
var isAuthenticated = false;
0 commit comments