diff --git a/src/App.js b/src/App.js index d188d98..1f762f3 100644 --- a/src/App.js +++ b/src/App.js @@ -53,7 +53,7 @@ function App() { useEffect(() => { storeSet.main.setAsyncRequest(); console.log('app loaded, initiate call to /me'); - //AuthenticationService.me(callback, errCallback); + AuthenticationService.me(callback, errCallback); fetch('/languages/en_US.json') .then((res) => res.json())