diff --git a/OHIFViewer-react/src/App.js b/OHIFViewer-react/src/App.js index f6b73ff28..204c1f979 100644 --- a/OHIFViewer-react/src/App.js +++ b/OHIFViewer-react/src/App.js @@ -47,7 +47,7 @@ class App extends Component { render() { const user = this.props.user; - if (!user || user.expired) { + /*if (!user || user.expired) { // TODO: redirect to OAuth page if necessary return @@ -56,7 +56,7 @@ class App extends Component { }}/> ; - } + }*/ return (