mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
web: remove tracking event when signup is skipped
This commit is contained in:
committed by
Abdullah Atta
parent
b6f922eb92
commit
030e57d0a9
@@ -75,11 +75,6 @@ export const ANALYTICS_EVENTS = {
|
||||
name: "/account/created",
|
||||
description: "Sent when you create an account.",
|
||||
type: "view"
|
||||
},
|
||||
signupSkipped: {
|
||||
name: "/signup/skipped",
|
||||
description: `Sent when you press "Jump to app" button on signup screen.`,
|
||||
type: "view"
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
@@ -888,7 +888,6 @@ export function AuthForm<T extends AuthRoutes>(props: AuthFormProps<T>) {
|
||||
}
|
||||
}}
|
||||
onClick={() => {
|
||||
if (type === "signup") trackEvent(ANALYTICS_EVENTS.signupSkipped);
|
||||
openURL("/notes/");
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user