Skip to content

fix(authReducer): typo fixed in order to return email for the LOGIN case #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2020

Conversation

ManishShiwlani
Copy link
Owner

@ManishShiwlani ManishShiwlani commented Apr 10, 2020

Feature Request
Retrieve user from Redux and include in Order form

Changes made to implement this feature
fixed the type in action payload's property from "login" to "email"

Steps taken to implement this feature

  1. Familiarized.myself with Redux first by reading the documentation
  2. The typo itself was easy to find because "login" property did not exist and it needed to be replaced with the correct property "email"

Closes Shift3#17

@ManishShiwlani ManishShiwlani merged commit 20ea86e into master May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Retrieve user from Redux and include in Order Form
1 participant