mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Merge branch 'develop' into matthew/status
This commit is contained in:
commit
46387e135e
@ -304,9 +304,7 @@ module.exports = React.createClass({
|
||||
} : {};
|
||||
|
||||
return this._matrixClient.register(
|
||||
(this.state.formVals.username ?
|
||||
this.state.formVals.username.toLowerCase() :
|
||||
this.state.formVals.username),
|
||||
this.state.formVals.username,
|
||||
this.state.formVals.password,
|
||||
undefined, // session id: included in the auth dict already
|
||||
auth,
|
||||
|
Loading…
Reference in New Issue
Block a user