Skip to content

Commit

Permalink
Merge pull request #44842 from Expensify/dsilva_addingEmailToFullStor…
Browse files Browse the repository at this point in the history
…yObject

[No QA] Adding email to usermetadata object
  • Loading branch information
luacmartins authored Jul 4, 2024
2 parents 6ac95e4 + 5cc3d2f commit 003d2fe
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 003d2fe

Please sign in to comment.