Skip to content

Commit

Permalink
adding email to usermetadata object
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldoglas committed Jul 4, 2024
1 parent 6ac95e4 commit 5cc3d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/UserMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ type UserMetadata = {
/** User's account ID */
accountID?: number;

/** User email so we can filter out certain accounts */
email?: string;

/** Type of environment the user is using (staging or production) */
environment?: string;
};
Expand Down

0 comments on commit 5cc3d2f

Please sign in to comment.