From 9a87bb3af68216b53ee8f89d6604c715c7b85b2d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 27 Apr 2017 10:55:03 -0400 Subject: Creating common token store and moving email invites and verification to it (#6213) --- webapp/components/password_reset_form.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/password_reset_form.jsx') diff --git a/webapp/components/password_reset_form.jsx b/webapp/components/password_reset_form.jsx index 0d67eb786..546dce1b3 100644 --- a/webapp/components/password_reset_form.jsx +++ b/webapp/components/password_reset_form.jsx @@ -43,7 +43,7 @@ class PasswordResetForm extends React.Component { }); resetPassword( - this.props.location.query.code, + this.props.location.query.token, password, () => { this.setState({error: null}); -- cgit v1.2.3-1-g7c22