mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Use a "normal" promise in order to .then
This commit is contained in:
parent
0ef8e2a8f4
commit
a339316ede
@ -278,7 +278,7 @@ export function setLoggedIn(credentials) {
|
||||
credentials.homeserverUrl);
|
||||
|
||||
// Resolves by default
|
||||
let teamPromise = q(null);
|
||||
let teamPromise = Promise.resolve(null);
|
||||
|
||||
// persist the session
|
||||
if (localStorage) {
|
||||
|
Loading…
Reference in New Issue
Block a user