Revert "feat: added posthog"

This reverts commit c96be7d9e1.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-25 13:37:35 -08:00
parent c96be7d9e1
commit d9e6947fbd
18 changed files with 19 additions and 506 deletions

View file

@ -9,7 +9,6 @@ import { useEffect, useState } from "react";
import { toast } from "sonner";
import { registerMutationAtom } from "@/atoms/auth/auth-mutation.atoms";
import { Logo } from "@/components/Logo";
import { trackUserSignedUp } from "@/lib/analytics";
import { getAuthErrorDetails, isNetworkError, shouldRetry } from "@/lib/auth-errors";
import { AppError, ValidationError } from "@/lib/error";
import { AmbientBackground } from "../login/AmbientBackground";
@ -65,9 +64,6 @@ export default function RegisterPage() {
is_verified: false,
});
// Track successful registration
trackUserSignedUp({ method: "email" });
// Success toast
toast.success(t("register_success"), {
id: loadingToast,