We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c924b commit cfe4931Copy full SHA for cfe4931
web-assets/auth0/prod-tenant/database/create.js
@@ -59,7 +59,6 @@
59
"afterActivationURL": encodeURIComponent(afterActivationURL)
60
}
61
};
62
- console.log("SignUp....", user, data);
63
request.post({
64
url: "https://api."+configuration.DOMAIN+"/v3/users",
65
json: data
@@ -100,4 +99,4 @@
100
99
callback(null);
101
}); //end post request
102
//callback(null);
103
-}
+}
0 commit comments