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 @@ -180,8 +180,8 @@ export const PROJECT_ATTACHMENTS_FOLDER = process.env.PROJECT_ATTACHMENTS_FOLDER
180180export const DOMAIN = process . env . domain || 'topcoder.com'
181181export const CONNECT_DOMAIN = `connect.${ DOMAIN } `
182182export const ACCOUNTS_APP_CONNECTOR_URL = process . env . ACCOUNTS_APP_CONNECTOR_URL
183- export const ACCOUNTS_APP_LOGIN_URL = `https://accounts.${ DOMAIN } /connect`
184- export const ACCOUNTS_APP_REGISTER_URL = `https://accounts.${ DOMAIN } /connect/registration`
183+ export const ACCOUNTS_APP_LOGIN_URL = `https://accounts.${ DOMAIN } /#/ connect`
184+ export const ACCOUNTS_APP_REGISTER_URL = `https://accounts.${ DOMAIN } /#/ connect/registration`
185185
186186export const TC_API_URL = `https://api.${ DOMAIN } `
187187export const DIRECT_PROJECT_URL = `https://www.${ DOMAIN } /direct/projectOverview?formData.projectId=`
You can’t perform that action at this time.
0 commit comments