Skip to content

Commit

Permalink
Fix:Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
negative0 committed Aug 16, 2019
2 parents acf9326 + 22a5701 commit f33baec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reducers/userActionsReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function (state = initialState, action) {
...state,
auth: {...state.auth, ...action.payload}
};
console.log(state.auth.authKey);
localStorage.setItem(AUTH_KEY, state.auth.authKey);
// localStorage.setItem(USER_NAME_KEY, state.auth.userName);
// localStorage.setItem(PASSWORD_KEY, state.auth.password);
Expand Down

0 comments on commit f33baec

Please sign in to comment.