This commit is contained in:
Vitalii Kiiko
2024-10-09 10:59:00 +02:00
parent fa03929ddd
commit 73345f0137

View File

@@ -53,7 +53,7 @@ function App() {
useEffect(() => { useEffect(() => {
storeSet.main.setAsyncRequest(); storeSet.main.setAsyncRequest();
console.log('app loaded, initiate call to /me'); console.log('app loaded, initiate call to /me');
//AuthenticationService.me(callback, errCallback); AuthenticationService.me(callback, errCallback);
fetch('/languages/en_US.json') fetch('/languages/en_US.json')
.then((res) => res.json()) .then((res) => res.json())