Skip to content

Commit 0e488ab

Browse files
author
Parth Shah
committed
Merge branch 'master' into dev
2 parents 7fd8e93 + f55983a commit 0e488ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/TopBar/TopBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class TopBar extends Component {
5353
isPowerUser, loginUrl, registerUrl, isFilterVisible
5454
} = this.props
5555
const homePageUrl = window.location.protocol + '//' + window.location.hostname
56-
const logoutLink = 'https://accounts.' + domain + '/#/logout?retUrl=' + homePageUrl
56+
const logoutLink = 'https://accounts.' + domain + '/#!/logout?retUrl=' + homePageUrl
5757
const isLoggedIn = !!userHandle
5858
const logoTargetUrl = isLoggedIn ? '/projects' : '/'
5959

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)