Remove redundant register track event in analytics

stable
Jesús Espino 2017-12-11 20:04:51 +01:00
parent 1119f04b58
commit db384dd7a6
1 changed files with 0 additions and 1 deletions

View File

@ -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",