View /home on registered /w team

This commit is contained in:
Luke Barnard 2017-02-10 17:17:58 +00:00
parent a5a43bcd93
commit 4ac769168a

View file

@ -227,6 +227,9 @@ module.exports = React.createClass({
const teamToken = data.team_token;
// Store for use /w welcome pages
window.localStorage.setItem('mx_team_token', teamToken);
// Set the team token and view homepage
window.matrixChat._teamToken = teamToken;
window.mxDispatcher.dispatch({action: 'view_home_page'});
self._rtsClient.getTeam(teamToken).then((team) => {
console.log(