Skip to content
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

GH-1936 & GH-1920 Remove email opt-in from account creation in panel and hub #495

Merged
merged 8 commits into from Feb 14, 2020

Add function to proptypes

  • Loading branch information
benstrumeyer committed Feb 11, 2020
commit 9ec88811bea46056dec1a11d3017292aed3f0335
@@ -207,6 +207,7 @@ CreateAccountViewContainer.propTypes = {
setToast: PropTypes.func.isRequired,
register: PropTypes.func.isRequired,
getUser: PropTypes.func.isRequired,
optIntoPromotions: PropTypes.func.isRequired,
}).isRequired,
};

ProTip! Use n and p to navigate between commits in a pull request.