[backport] Remove redundant register track event in analytics
parent
7c488743a7
commit
456f3df618
|
@ -539,7 +539,6 @@ InvitationDirective = ($auth, $confirm, $location, $config, $params, $navUrls, $
|
||||||
|
|
||||||
onSuccessSubmitRegister = (response) ->
|
onSuccessSubmitRegister = (response) ->
|
||||||
$analytics.trackEvent("auth", "invitationAccept", "invitation accept with new user", 1)
|
$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}))
|
$location.path($navUrls.resolve("project", {project: $scope.invitation.project_slug}))
|
||||||
$confirm.notify("success", "You've successfully joined this project",
|
$confirm.notify("success", "You've successfully joined this project",
|
||||||
|
|
Loading…
Reference in New Issue