Started fixing suborg swapping

This commit is contained in:
frikky
2021-07-27 17:46:20 +02:00
parent a120561744
commit 67453eb9f5
6 changed files with 178 additions and 40 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const App = (message, props) => {
.then(response => response.json())
.then(responseJson => {
if (responseJson.success === true) {
//console.log(responseJson.success)
console.log(responseJson)
setUserData(responseJson)
setIsLoggedIn(true)
//console.log("Cookies: ", cookies)