1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

password reset complete + subdomain

This commit is contained in:
diminator 2015-06-30 15:26:39 +02:00
parent 6660065cad
commit ce13da4b49
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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 = (<img src={AppConstants.baseUrl + 'static/img/ascribe_animated_medium.gif'} />);
return (
<div>
<PieceListToolbar