Use localStorage mx_team_token to decide welcome page

This commit is contained in:
Luke Barnard 2017-02-02 11:12:43 +00:00
parent 40609d7da3
commit 4a34bee2dc
4 changed files with 10 additions and 29 deletions

View file

@ -115,7 +115,7 @@ module.exports = React.createClass({
var TintableSvg = sdk.getComponent('elements.TintableSvg');
var homeButton;
if (SdkConfig.get().home_page) {
if (window.localStorage.getItem('mx_team_token')) {
homeButton = (
<div className="mx_BottomLeftMenu_homePage" onClick={ this.onHomeClick } onMouseEnter={ this.onHomeMouseEnter } onMouseLeave={ this.onHomeMouseLeave } >
<TintableSvg src="img/icons-home.svg" width="25" height="25" />