Delete unused things from user duck operations

front
TBS093A 2020-03-10 19:40:05 +01:00
parent 475bc2ff00
commit caf5a6d9ca
1 changed files with 0 additions and 12 deletions

View File

@ -77,18 +77,6 @@ export const createSession = (data) =>
}
dispatch(actions.login(userFull))
store.subscribe(() => {
saveState({
auth: store.getState().auth
});
});
store.subscribe(lodash.throttle(() => {
saveState({
auth: store.getState().auth
});
}, 1000));
}
export const updateSession = (data) =>