client/src/sagas/authSaga.js
changeset 90 990f2c928b15
parent 89 06f609adfbf8
child 134 be36eed5e6e0
--- 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,
         }];