diff -r 34a75bd8d0b9 -r d48946d164c6 client/src/misc/AuthenticatedRoute.js --- a/client/src/misc/AuthenticatedRoute.js Tue Jul 25 19:11:26 2017 +0200 +++ b/client/src/misc/AuthenticatedRoute.js Fri Jul 28 19:40:35 2017 +0200 @@ -8,7 +8,7 @@ const { store } = props; const state = store.getState(); - const isAuthenticated = state.isAuthenticated; + const isAuthenticated = state.getIn(['authStatus', 'isAuthenticated']); if (isAuthenticated) { return ;