Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created November 15, 2017 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/e4bbe546bccc792ba83b31aa62eee705 to your computer and use it in GitHub Desktop.
Save christiannwamba/e4bbe546bccc792ba83b31aa62eee705 to your computer and use it in GitHub Desktop.
function handleAuth(state, action) {
return _.assign({}, state, {
auth: action.payload
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment