Skip to content

Commit

Permalink
fix: add emails to stub
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Mar 14, 2024
1 parent c01c5fc commit bf45572
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fixtures/js-stubs/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ export function UserFixture(params: Partial<User> = {}): User {
authenticators: [],
canReset2fa: false,
dateJoined: '2020-01-01T00:00:00.000Z',
emails: [],
emails: [
{
"id": '1',
"email": '[email protected]',
"is_verified": true,
},
],
experiments: [],
has2fa: false,
identities: [],
Expand Down

0 comments on commit bf45572

Please sign in to comment.