summaryrefslogtreecommitdiffstats
path: root/webapp/components/do_verify_email.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/do_verify_email.jsx')
-rw-r--r--webapp/components/do_verify_email.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/components/do_verify_email.jsx b/webapp/components/do_verify_email.jsx
index 9065e6bc4..eeb22e4a8 100644
--- a/webapp/components/do_verify_email.jsx
+++ b/webapp/components/do_verify_email.jsx
@@ -21,8 +21,7 @@ export default class DoVerifyEmail extends React.Component {
}
componentWillMount() {
verifyEmail(
- this.props.location.query.uid,
- this.props.location.query.hid,
+ this.props.location.query.token,
() => {
browserHistory.push('/login?extra=verified&email=' + encodeURIComponent(this.props.location.query.email));
},