Fix syntax
This commit is contained in:
parent
715db89204
commit
d8494ff89b
2 changed files with 4 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue