You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my frontend code. popupTools.popupWithPost(${profileBasePath}auth/${url}, { data: 'some data' }, "Social Profile Connect", (err, user) => { if (err) { return console.log("ERROR", err) } console.log(user) });
How I am getting this data ({ data: 'some data' }) from backend.
The text was updated successfully, but these errors were encountered:
This is my frontend code.
popupTools.popupWithPost(
${profileBasePath}auth/${url}, { data: 'some data' }, "Social Profile Connect", (err, user) => { if (err) { return console.log("ERROR", err) } console.log(user) });
How I am getting this data ({ data: 'some data' }) from backend.
The text was updated successfully, but these errors were encountered: