Skip to content

Commit

Permalink
Fix: Remove redundant authentication (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed May 6, 2020
1 parent 26583a2 commit 569e19b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/views/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ class App extends Component<IAppProps, IAppState> {
<div className={layout}>
{graphExplorerMode === Mode.TryIt && headerMessaging(classes, query)}

{graphExplorerMode === Mode.TryIt && this.displayAuthenticationSection(minimised)}

{displayContent && <>
<div style={{ marginBottom: 8 }}>
<QueryRunner onSelectVerb={this.handleSelectVerb} />
Expand Down

0 comments on commit 569e19b

Please sign in to comment.