mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 03:17:16 +02: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
|
{:team-id team-id
|
||||||
:email-to (str/lower email)})
|
:email-to (str/lower email)})
|
||||||
(update :role keyword))
|
(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)
|
token (create-invitation-token cfg {:team-id (:team-id invit)
|
||||||
:profile-id profile-id
|
:profile-id profile-id
|
||||||
:valid-until (:valid-until invit)
|
:valid-until (:valid-until invit)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue