Browse Source

temporarily turnoff visitor access

dev
thuhole 5 years ago
parent
commit
ee22af1af8
  1. 2
      src/App.js

2
src/App.js

@ -113,7 +113,7 @@ class App extends Component {
</div> </div>
</div> </div>
} }
{this.inthu_flag||token.value||true ? {this.inthu_flag||token.value ?
<Flow key={this.state.flow_render_key} show_sidebar={this.show_sidebar_bound} <Flow key={this.state.flow_render_key} show_sidebar={this.show_sidebar_bound}
mode={this.state.mode} search_text={this.state.search_text} token={token.value} mode={this.state.mode} search_text={this.state.search_text} token={token.value}
/> : /> :

Loading…
Cancel
Save