1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

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

This commit is contained in:
David Baker
2017-10-27 18:59:57 +01:00
44 changed files with 576 additions and 317 deletions

View File

@@ -303,7 +303,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,