Skip to content

Commit

Permalink
Logout bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Gon committed Mar 19, 2020
1 parent eaf5dd7 commit cd16eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class NavBarProfile extends Component<Props> {
// Remove localStorage
localStorage.removeItem('solid-auth-client');
// Redirect to login page
window.location = '/login';
window.location = '/viade_en1a/#/login';
} catch (error) {
errorToaster(error.message, 'Error');
}
Expand Down

0 comments on commit cd16eeb

Please sign in to comment.