Skip to content

Commit

Permalink
fix browser de-auth with new hash routing
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jun 29, 2018
1 parent b348cad commit d914686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default ({ api, coreSagas }) => {
}

const logoutClearReduxStore = function * () {
yield window.history.pushState('', '', '/login')
yield window.history.pushState('', '', '#')
yield window.location.reload(true)
}

Expand Down

0 comments on commit d914686

Please sign in to comment.