Skip to content

Commit 834692b

Browse files
author
Parth Shah
committed
attempting to fix redirect issue
1 parent 468a48b commit 834692b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export const PROJECT_ATTACHMENTS_FOLDER = process.env.PROJECT_ATTACHMENTS_FOLDER
180180
export const DOMAIN = process.env.domain || 'topcoder.com'
181181
export const CONNECT_DOMAIN = `connect.${DOMAIN}`
182182
export 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

186186
export const TC_API_URL = `https://api.${DOMAIN}`
187187
export const DIRECT_PROJECT_URL = `https://www.${DOMAIN}/direct/projectOverview?formData.projectId=`
@@ -214,4 +214,4 @@ export const PROJECT_MAX_COLORS = 5
214214

215215
export const AUTOCOMPLETE_TRIGGER_LENGTH = 3
216216

217-
export const HEAP_ANALYTICS_APP_ID = process.env.HEAP_ANALYTICS_APP_ID || '4153837120'
217+
export const HEAP_ANALYTICS_APP_ID = process.env.HEAP_ANALYTICS_APP_ID || '4153837120'

0 commit comments

Comments
 (0)