mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🐛 Fix missing member-id field on invitation copy-link
This commit is contained in:
parent
0e97182ef0
commit
7771467aa0
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@
|
|||
{:team-id team-id
|
||||
:email-to (str/lower email)})
|
||||
(update :role keyword))
|
||||
member (profile/retrieve-profile-data-by-email pool (:email invit))
|
||||
member (profile/retrieve-profile-data-by-email pool (:email-to invit))
|
||||
token (create-invitation-token cfg {:team-id (:team-id invit)
|
||||
:profile-id profile-id
|
||||
:valid-until (:valid-until invit)
|
||||
|
|
Loading…
Reference in a new issue