diff --git a/web/lib/util/delete.ts b/web/lib/util/delete.ts index 0b7aa110..e2853fea 100644 --- a/web/lib/util/delete.ts +++ b/web/lib/util/delete.ts @@ -5,7 +5,7 @@ import posthog from "posthog-js"; import {clearUserCookie} from "web/components/auth-context"; export async function deleteAccount(username: string) { - track('delete profile') + track('delete account') await api('me/delete', {username}) await firebaseLogout() clearUserCookie()