Skip to content

Commit 5046816

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

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)