From 291a26595cf4ae7ea06becfa68e845ecb660be85 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Mon, 1 Aug 2016 15:56:07 +0100 Subject: [PATCH] Remove referal id from invite email link --- .../Features/Collaborators/CollaboratorsEmailHandler.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/app/coffee/Features/Collaborators/CollaboratorsEmailHandler.coffee b/services/web/app/coffee/Features/Collaborators/CollaboratorsEmailHandler.coffee index a6ea518815..f669d85de4 100644 --- a/services/web/app/coffee/Features/Collaborators/CollaboratorsEmailHandler.coffee +++ b/services/web/app/coffee/Features/Collaborators/CollaboratorsEmailHandler.coffee @@ -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)->