Finally fix tests

This commit is contained in:
Travis Ralston 2019-07-11 15:01:56 -06:00
parent 698fd3b897
commit ba5238d86a
2 changed files with 2 additions and 3 deletions

View file

@ -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,
});