mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Don't re-set savedParams, we did it earlier
This commit is contained in:
parent
5cffee7ce6
commit
cdbbf4bfef
@ -200,12 +200,6 @@ module.exports = {
|
|||||||
this.setState({busy: true});
|
this.setState({busy: true});
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
this.savedParams = {
|
|
||||||
email: formVals.email,
|
|
||||||
username: formVals.username,
|
|
||||||
password: formVals.password
|
|
||||||
};
|
|
||||||
|
|
||||||
this.tryRegister();
|
this.tryRegister();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user