We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4e150 commit 834a115Copy full SHA for 834a115
client/modules/User/pages/EmailVerificationView.jsx
@@ -70,12 +70,16 @@ function mapDispatchToProps(dispatch) {
70
);
71
}
72
73
+EmailVerificationView.defaultProps = {
74
+ emailVerificationTokenState: null
75
+};
76
+
77
EmailVerificationView.propTypes = {
78
emailVerificationTokenState: PropTypes.oneOf([
79
'checking',
80
'verified',
81
'invalid'
- ]).isRequired,
82
+ ]),
83
verifyEmailConfirmation: PropTypes.func.isRequired,
84
t: PropTypes.func.isRequired,
85
location: PropTypes.shape({
0 commit comments