diff -r 2a861fed6bde -r 06f609adfbf8 client/src/reducers/index.js --- a/client/src/reducers/index.js Mon Jun 26 16:05:47 2017 +0200 +++ b/client/src/reducers/index.js Mon Jun 26 15:45:50 2017 +0200 @@ -4,7 +4,7 @@ import notes from './notesReducer'; import { sessions } from './sessionsReducer'; -import { isAuthenticated, currentUser, login, token } from './authReducer'; +import { isAuthenticated, currentUser, login, register, token } from './authReducer'; import { autoSubmit } from './miscReducer'; const rootReducer = combineReducers({ @@ -13,6 +13,7 @@ isAuthenticated, currentUser, login, + register, token, router: routerReducer, autoSubmit