Use localStorage mx_team_token
to decide welcome page
This commit is contained in:
parent
40609d7da3
commit
4a34bee2dc
4 changed files with 10 additions and 29 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue