mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove referal id from invite email link
This commit is contained in:
parent
9787edd716
commit
291a26595c
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ module.exports = CollaboratorsEmailHandler =
|
|||
"#{Settings.siteUrl}/project/#{project._id}/invite/token/#{invite.token}?" + [
|
||||
"project_name=#{encodeURIComponent(project.name)}"
|
||||
"user_first_name=#{encodeURIComponent(project.owner_ref.first_name)}"
|
||||
"r=#{project.owner_ref.referal_id}" # Referal
|
||||
"rs=ci" # referral source = collaborator invite
|
||||
].join("&")
|
||||
|
||||
notifyUserOfProjectShare: (project_id, email, callback)->
|
||||
|
|
Loading…
Reference in a new issue