Skip to content

Commit 9fc4a7a

Browse files
author
vikasrohit
authored
Merge pull request #567 from appirio-tech/feature/wrong-login-page-safari
Github issue #566, Connect Login/Logout redirect not working correctly in Safari
2 parents d0d50af + a51ea9b commit 9fc4a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/constants.js

Lines changed: 2 additions & 2 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=`

0 commit comments

Comments
 (0)