Skip to content

Commit

Permalink
removing email from identification
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldoglas committed Apr 23, 2024
1 parent a2f7fcd commit 18358c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/fullstory/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ const FS = {
FullStory('setIdentity', {
uid: String(session.accountID),
properties: {
displayName: session.email,
email: session.email,
accountID: session.accountID,
},
});
}
Expand Down

0 comments on commit 18358c4

Please sign in to comment.