mirror of https://github.com/vector-im/riot-web
Merge pull request #2895 from matrix-org/travis/return-client
Always return a client from onRegisteredpull/21833/head
commit
12a9416741
|
@ -1772,7 +1772,7 @@ export default React.createClass({
|
||||||
hasCancelButton: false,
|
hasCancelButton: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
return;
|
return MatrixClientPeg.get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Lifecycle.setLoggedIn(credentials);
|
return Lifecycle.setLoggedIn(credentials);
|
||||||
|
|
Loading…
Reference in New Issue