Don't re-set savedParams, we did it earlier

verto
David Baker 2015-08-04 18:04:56 +01:00
parent 5cffee7ce6
commit cdbbf4bfef
1 changed files with 0 additions and 6 deletions

View File

@ -200,12 +200,6 @@ module.exports = {
this.setState({busy: true});
var self = this;
this.savedParams = {
email: formVals.email,
username: formVals.username,
password: formVals.password
};
this.tryRegister();
},