diff -r 6f3078f7fd47 -r be36eed5e6e0 client/src/sagas/authSaga.js --- 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 } } }