From ce13da4b4927ecc6c804f88ecb0dcc088a47cb68 Mon Sep 17 00:00:00 2001 From: diminator Date: Tue, 30 Jun 2015 15:26:39 +0200 Subject: [PATCH] password reset complete + subdomain --- js/components/password_reset_container.js | 1 - js/components/piece_list.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/components/password_reset_container.js b/js/components/password_reset_container.js index 5098a7ad..0c8c34be 100644 --- a/js/components/password_reset_container.js +++ b/js/components/password_reset_container.js @@ -107,7 +107,6 @@ let PasswordResetForm = React.createClass({ for (let ref in this.refs.form.refs){ data[this.refs.form.refs[ref].props.name] = this.refs.form.refs[ref].state.value; } - data.digital_work_key = this.state.digitalWorkKey; data.email = this.props.email; data.token = this.props.token; return data; diff --git a/js/components/piece_list.js b/js/components/piece_list.js index ce3a732f..c4bf4b71 100644 --- a/js/components/piece_list.js +++ b/js/components/piece_list.js @@ -65,7 +65,6 @@ let PieceList = React.createClass({ let currentPage = parseInt(this.props.query.page, 10) || 1; let totalPages = Math.ceil(this.state.pieceListCount / this.state.pageSize); let loadingElement = (); - return (