mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Send event to posthog on user registration (#454)
This commit is contained in:
parent
c63b719969
commit
798e7941be
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ export const RegisterForm: React.VoidFunctionComponent<{
|
|||
email: res.user.email,
|
||||
name: res.user.name,
|
||||
});
|
||||
posthog.capture("register");
|
||||
}}
|
||||
onResend={async () => {
|
||||
const values = getValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue