1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Merge pull request #743 from matrix-org/luke/fix-screen-after-login

Decide on which screen to show after login in one place
This commit is contained in:
David Baker
2017-03-14 13:44:08 +00:00
committed by GitHub
2 changed files with 42 additions and 36 deletions

View File

@ -185,7 +185,6 @@ module.exports = React.createClass({
const teamToken = data.team_token;
// Store for use /w welcome pages
window.localStorage.setItem('mx_team_token', teamToken);
this.props.onTeamMemberRegistered(teamToken);
this._rtsClient.getTeam(teamToken).then((team) => {
console.log(