In my testing this fixes the redirect loop on logout
This commit is contained in:
@ -30,7 +30,6 @@ class AccountMenu extends Component {
|
||||
|
||||
handleLogout = () => {
|
||||
this.props.auth.logout();
|
||||
window.location.href = BASE_URL;
|
||||
};
|
||||
|
||||
handleFeedback = () => {
|
||||
|
Reference in New Issue
Block a user