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 ef5dbda commit d595386Copy full SHA for d595386
src/Components/forms/index.js
@@ -63,14 +63,15 @@ class Forms extends Component {
63
const dashboardUrl = this.props.location.search
64
const { userId, code } = this.props.match.params
65
if (code === 'failed') {
66
- this.setState({
+ return this.setState({
67
+ userId,
68
showEmailBox: true,
69
err:
70
'Failed to verify your email address, due to expire token or server failure. Please use the box below and try again.'
71
})
72
}
73
if (code === 'success') {
74
75
msg: `Thank you for your patient, we will review your application and contact you via email, within 10 days.`
76
77
0 commit comments