From 6096dc6892394a4d9720b78cfc2586cb1e484490 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Tue, 8 Jan 2019 10:55:56 +0100 Subject: [PATCH] Disable the user requirement for demo purposes --- OHIFViewer-react/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (