backend-manager 3.2.46 → 3.2.47
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
CHANGED
|
@@ -30,6 +30,7 @@ Module.prototype.main = function () {
|
|
|
30
30
|
// const ageInSeconds = 0;
|
|
31
31
|
|
|
32
32
|
assistant.log(`signUp(): ageInSeconds`, ageInSeconds);
|
|
33
|
+
assistant.log(`signUp(): payload`, payload);
|
|
33
34
|
|
|
34
35
|
// If the user is not new, reject
|
|
35
36
|
// This is important to prevent this from running when they link another provider
|