From 456f3df6188c754fdd6af0b10e676e428c927265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 11 Dec 2017 20:04:51 +0100 Subject: [PATCH] [backport] Remove redundant register track event in analytics --- app/coffee/modules/auth.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/modules/auth.coffee b/app/coffee/modules/auth.coffee index c0833d06..1822a9db 100644 --- a/app/coffee/modules/auth.coffee +++ b/app/coffee/modules/auth.coffee @@ -539,7 +539,6 @@ InvitationDirective = ($auth, $confirm, $location, $config, $params, $navUrls, $ onSuccessSubmitRegister = (response) -> $analytics.trackEvent("auth", "invitationAccept", "invitation accept with new user", 1) - $analytics.trackEvent("auth", "register", "user registration", 1) $location.path($navUrls.resolve("project", {project: $scope.invitation.project_slug})) $confirm.notify("success", "You've successfully joined this project",