1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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