abmp-npm 1.8.12 → 1.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pages/personalDetails.js +2 -0
package/package.json
CHANGED
package/pages/personalDetails.js
CHANGED
|
@@ -103,6 +103,8 @@ async function personalDetailsOnReady({
|
|
|
103
103
|
|
|
104
104
|
// Main initialization
|
|
105
105
|
console.log('memberTokenId', memberTokenId);
|
|
106
|
+
console.log('baseUrl on api', wixLocation.baseUrl);
|
|
107
|
+
console.log('memberTokenId on api', wixLocation.query);
|
|
106
108
|
|
|
107
109
|
if (!memberTokenId) {
|
|
108
110
|
showUnauthorizedState();
|