diff --git a/build/bundle.js b/build/bundle.js index 4107195..8da2ebc 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -220,8 +220,6 @@ module.exports = console.log("USER SHOULD BE UNIQUE!!!"); console.log(body); } - console.log("USER EMAIL ======="); - console.log(body[0].email); console.log("USER ID ======="); console.log(body[0].user_id); cb(body[0].user_id); @@ -349,7 +347,7 @@ module.exports = module.exports = { "title": "Auth0 Unblock Users", "name": "auth0-unblock-users", - "version": "1.0.0", + "version": "1.1.0", "author": "saltuk", "description": "This extension will search for blocked users in the logs and unblock them", "type": "cron", diff --git a/index.js b/index.js index b3e06f6..7a299f3 100644 --- a/index.js +++ b/index.js @@ -180,8 +180,6 @@ function getUserId(domain, token, connection, name, cb) { console.log("USER SHOULD BE UNIQUE!!!"); console.log(body); } - console.log("USER EMAIL ======="); - console.log(body[0].email); console.log("USER ID ======="); console.log(body[0].user_id); cb(body[0].user_id); diff --git a/package.json b/package.json index 099fa7b..b0a3e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-unblock-users", - "version": "1.0.0", + "version": "1.1.0", "description": "This extension will search for blocked users in the logs and unblock them", "main": "index.js", "scripts": { diff --git a/webtask.json b/webtask.json index e6ad7d7..4b6fb99 100644 --- a/webtask.json +++ b/webtask.json @@ -1,7 +1,7 @@ { "title": "Auth0 Unblock Users", "name": "auth0-unblock-users", - "version": "1.0.0", + "version": "1.1.0", "author": "saltuk", "description": "This extension will search for blocked users in the logs and unblock them", "type": "cron",