Skip to content

Commit cfe4931

Browse files
author
sachin-maheshwari
authored
Update create.js
security fix
1 parent e1c924b commit cfe4931

File tree

1 file changed

+1
-2
lines changed
  • web-assets/auth0/prod-tenant/database

1 file changed

+1
-2
lines changed

web-assets/auth0/prod-tenant/database/create.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"afterActivationURL": encodeURIComponent(afterActivationURL)
6060
}
6161
};
62-
console.log("SignUp....", user, data);
6362
request.post({
6463
url: "https://api."+configuration.DOMAIN+"/v3/users",
6564
json: data
@@ -100,4 +99,4 @@
10099
callback(null);
101100
}); //end post request
102101
//callback(null);
103-
}
102+
}

0 commit comments

Comments
 (0)