Skip to content

Commit 753f9fd

Browse files
author
sachin-maheshwari
authored
Merge pull request #293 from rakibansary/feat/social-login
fix: remove unnecessary update to global namespace
2 parents 6e3e353 + af17803 commit 753f9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web-assets/auth0/dev-tenant/rules/onboardingChecklist.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ function (user, context, callback) {
2121
return callback(null, user, context);
2222
}
2323

24-
global.AUTH0_CLAIM_NAMESPACE = "https://" + configuration.DOMAIN + "/";
25-
2624
const handle = context.idToken[global.AUTH0_CLAIM_NAMESPACE + 'handle'];
2725
console.log("rule:onboarding-checklist: fetch onboarding_checklist for email/handle: ", user.email, handle);
2826

0 commit comments

Comments
 (0)