From 73345f013726d3b97e0b5aff83133eba1ba53179 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Wed, 9 Oct 2024 10:59:00 +0200 Subject: [PATCH] testing --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())