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 80e7f52 commit 461ace4Copy full SHA for 461ace4
src/roktManager.ts
@@ -195,7 +195,6 @@ export default class RoktManager {
195
let newHashedEmail: string | undefined;
196
197
// Hashed email identity is valid if it is set to Other-Other10
198
-
199
if(this.mappedEmailShaIdentityType && IdentityType.getIdentityType(this.mappedEmailShaIdentityType) !== false) {
200
currentHashedEmail = currentUserIdentities[this.mappedEmailShaIdentityType];
201
newHashedEmail = mappedAttributes['emailsha256'] as string || undefined;
0 commit comments