diff --git a/src/components/ProfileMenu.tsx b/src/components/ProfileMenu.tsx
index 8a38a0d..7aee3d5 100644
--- a/src/components/ProfileMenu.tsx
+++ b/src/components/ProfileMenu.tsx
@@ -26,6 +26,11 @@ export default function ProfileMenu() {
});
};
+ const handleSignOut = () => {
+ if (posthog?.__loaded) posthog?.reset();
+ void signOut();
+ };
+
return (