Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
diablo1408 committed Dec 31, 2020
1 parent 2691880 commit b6bc25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Register/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,14 @@ const mapStateToProps = (state) => {
userData: state.auth.userData,
loggedIn: state.auth.loggedIn,
authMessage: state.auth.authMessage,

};
};
const mapDispatchToProps = (dispatch) => {
return {
signUpandVerify: (creds) => dispatch(signUpandVerify(creds)),
getOTP: (email) => dispatch(getOTP(email)),

};
};

Expand Down

0 comments on commit b6bc25a

Please sign in to comment.