Skip to content

Commit e84f2cf

Browse files
committed
fix: prod auth0 domain url
1 parent 7e91419 commit e84f2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
IOS: 'https://ios.topcoder.com',
4040

4141
/* Connector URL of the TC accounts App. */
42-
ACCOUNTS_APP_CONNECTOR: 'https://accounts.topcoder.com/connector.html',
42+
ACCOUNTS_APP_CONNECTOR: 'https://accounts-auth0.topcoder.com/',
4343
TCO17: 'https://tco17.topcoder.com/',
4444

4545
TOPGEAR: 'https://topgear-app.wipro.com',

0 commit comments

Comments
 (0)