Skip to content

Commit

Permalink
fix(mobile): fix sign in posthog event (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Sep 12, 2024
1 parent 954337f commit bcec905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/app/(auth)/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function LoginScreen() {
},
) => {
posthog.identify(userData.id)
posthog.capture('user_signed_up', { strategy })
posthog.capture('user_signed_in', { strategy })
},
[posthog],
)
Expand Down

0 comments on commit bcec905

Please sign in to comment.