Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Last active February 22, 2022 22:33
Show Gist options
  • Save ajcrites/2b91678c709f4d16210525265ec53e75 to your computer and use it in GitHub Desktop.
Save ajcrites/2b91678c709f4d16210525265ec53e75 to your computer and use it in GitHub Desktop.
- dispatch(authAsyncActions.signInRequest())
- dispatch(authAsyncActions.getToken())
+ // This retrieves the token when successful
+ dispatch(authAsyncActions.signInRequest())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment