Skip to content

Commit

Permalink
user id field added to the simply book widget config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahra-8d committed Aug 31, 2023
1 parent be3a593 commit c53c559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/simplybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export const getSimplybookWidgetConfig = (user?: User) => {
name: user.name,
email: user.email,
},
fields: {
b3b2455c79e69e6baf6e8c1fcf34b691: user.id,
}
},
}),
},
Expand Down

0 comments on commit c53c559

Please sign in to comment.