Fix syntax

This commit is contained in:
Mark Haines 2015-07-20 13:48:40 +01:00
parent 715db89204
commit d8494ff89b
2 changed files with 4 additions and 5 deletions

View file

@ -76,10 +76,9 @@ module.exports = {
'password': formVals.password
}).done(function(data) {
MatrixClientPeg.replaceUsingAccessToken(
this.state.hs_url, this.state.is_url,
that.state.hs_url, that.state.is_url,
data.user_id, data.access_token
);
}));
if (that.props.onLoggedIn) {
that.props.onLoggedIn();
}