client/src/sagas/authSaga.js
changeset 134 be36eed5e6e0
parent 90 990f2c928b15
child 199 c78d579f4b55
--- a/client/src/sagas/authSaga.js	Thu Aug 03 09:44:37 2017 +0200
+++ b/client/src/sagas/authSaga.js	Thu Aug 03 17:33:00 2017 +0200
@@ -95,7 +95,7 @@
       });
       yield put({ type: types.USER_UPDATE_SETTINGS, firstname, lastname });
     } catch (e) {
-
+      //TODO: handle error
     }
   }
 }