client/src/sagas/index.js
changeset 56 96543c395baa
parent 55 a2761c5be551
child 57 2e4e9f9ebc4f
--- a/client/src/sagas/index.js	Mon Jun 19 17:56:43 2017 +0200
+++ b/client/src/sagas/index.js	Mon Jun 19 18:23:26 2017 +0200
@@ -120,7 +120,7 @@
           token: response.token,
         }];
 
-        yield actions.map(action => put(action))
+        yield all(actions.map(action => put(action)))
 
     } catch(e) {
         yield put({ type: types.AUTH_LOGIN_ERROR, error: e });