Skip to content

Commit f55983a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)