Finally fix tests
This commit is contained in:
parent
698fd3b897
commit
ba5238d86a
2 changed files with 2 additions and 3 deletions
|
@ -96,7 +96,7 @@ export const PasswordAuthEntry = React.createClass({
|
|||
user: this.props.matrixClient.credentials.userId,
|
||||
identifier: {
|
||||
type: "m.id.user",
|
||||
user: this.props.matrixClient.getUserId(),
|
||||
user: this.props.matrixClient.credentials.userId,
|
||||
},
|
||||
password: this.state.password,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue