--- a/client/src/components/Navbar.js Wed Jun 28 14:43:35 2017 +0200
+++ b/client/src/components/Navbar.js Wed Jun 28 14:44:02 2017 +0200
@@ -16,6 +16,7 @@
const onClickLogout = (e) => {
e.preventDefault();
authActions.logout();
+ history.push('/');
}
const onClickLogin = (e) => {