Skip to content

Commit 6808429

Browse files
author
Vikas Agarwal
committed
Github issue #566, Connect Login/Logout redirect not working correctly in Safari
-- Fixed logout issue in Safari
1 parent a51ea9b commit 6808429

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)