Fixes to login, and change to not use the dispatcher because it's just unnecessary here
This commit is contained in:
parent
e28fde7ae1
commit
ffb0dc78b8
4 changed files with 22 additions and 9 deletions
|
@ -14,6 +14,7 @@ if (localStorage) {
|
|||
accessToken: access_token,
|
||||
userId: user_id
|
||||
});
|
||||
matrixClient.startClient();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue