diff -r 06f609adfbf8 -r 990f2c928b15 client/src/sagas/authSaga.js --- a/client/src/sagas/authSaga.js Mon Jun 26 15:45:50 2017 +0200 +++ b/client/src/sagas/authSaga.js Mon Jun 26 16:43:22 2017 +0200 @@ -62,7 +62,7 @@ type: types.AUTH_STORE_TOKEN_ASYNC, token: response.token, }, { - type: types.AUTH_REGISTER_SUCCESS, + type: types.AUTH_LOGIN_SUCCESS, user: response.user, token: response.token, }];