Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-10-27 17:01:36 +00:00
commit 8f19e4c55c

View file

@ -302,7 +302,7 @@ module.exports = React.createClass({
} : {};
return this._matrixClient.register(
this.state.formVals.username,
this.state.formVals.username.toLowerCase(),
this.state.formVals.password,
undefined, // session id: included in the auth dict already
auth,