Skip to content

Commit

Permalink
Add one more profile
Browse files Browse the repository at this point in the history
  • Loading branch information
luucvanderzee committed Aug 19, 2024
1 parent 767dc65 commit 46ac865
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions utils/profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ const PROFILES = [
verified_email: false,
gender: "female",
birthdate: "2001-02-02",
},
{
id: 'tracy_smith',
description: "Tracy Smith (random unverified email, has name, has custom fields)",
first_name: "Tracy",
last_name: "Smith",
has_email: true,
verified_email: false,
gender: "female",
birthdate: "2002-03-03",
}
]

Expand Down

0 comments on commit 46ac865

Please sign in to comment.