File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ export const SEGMENT_KEY = process.env.CONNECT_SEGMENT_KEY
225225export const DOMAIN = process . env . domain || 'topcoder.com'
226226export const CONNECT_DOMAIN = `connect.${ DOMAIN } `
227227export const ACCOUNTS_APP_CONNECTOR_URL = process . env . ACCOUNTS_APP_CONNECTOR_URL
228- export const ACCOUNTS_APP_LOGIN_URL = `https://accounts.${ DOMAIN } /#!/connect`
229- export const ACCOUNTS_APP_REGISTER_URL = `https://accounts.${ DOMAIN } /#!/connect/registration`
228+ export const ACCOUNTS_APP_LOGIN_URL = process . env . ACCOUNTS_APP_LOGIN_URL || `https://accounts.${ DOMAIN } /#!/connect`
229+ export const ACCOUNTS_APP_REGISTER_URL = process . env . ACCOUNTS_APP_REGISTER_URL || `https://accounts.${ DOMAIN } /#!/connect/registration`
230230
231231export const TC_API_URL = `https://api.${ DOMAIN } `
232232export const DIRECT_PROJECT_URL = `https://www.${ DOMAIN } /direct/projectOverview?formData.projectId=`
You can’t perform that action at this time.
0 commit comments