Skip to content

Commit

Permalink
fix: creating account
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbodnar committed Feb 9, 2022
1 parent cff2b35 commit 1ecad44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,4 +610,4 @@ const mapStateToProps = (state, { match }) => {
};
};

export const SetupRecoveryMethodWithRouter = connect(mapStateToProps, mapDispatchToProps)(withGoogleReCaptcha(SetupRecoveryMethod));
export const SetupRecoveryMethodWithRouter = connect(mapStateToProps, mapDispatchToProps())(withGoogleReCaptcha(SetupRecoveryMethod));

0 comments on commit 1ecad44

Please sign in to comment.