In my testing this fixes the redirect loop on logout

This commit is contained in:
Tom Moor
2018-02-12 22:44:43 -08:00
parent 8ebf748cf6
commit ea471b2a19
5 changed files with 6 additions and 8 deletions

View File

@ -30,7 +30,6 @@ class AccountMenu extends Component {
handleLogout = () => {
this.props.auth.logout();
window.location.href = BASE_URL;
};
handleFeedback = () => {