Skip to content

Commit 476fe16

Browse files
committed
Clean
1 parent 2f482e9 commit 476fe16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/lib/util/delete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import posthog from "posthog-js";
55
import {clearUserCookie} from "web/components/auth-context";
66

77
export async function deleteAccount(username: string) {
8-
track('delete profile')
8+
track('delete account')
99
await api('me/delete', {username})
1010
await firebaseLogout()
1111
clearUserCookie()

0 commit comments

Comments
 (0)