Add events to signup for captcha results (#4712)

This commit is contained in:
Hailey
2024-07-01 15:11:04 -07:00
committed by GitHub
parent a9fe87b842
commit 0012c6d40f
3 changed files with 18 additions and 5 deletions
+6
View File
@@ -31,7 +31,13 @@ export type LogEvents = {
'splash:createAccountPressed': {}
'signup:nextPressed': {
activeStep: number
phoneVerificationRequired?: boolean
}
'signup:backPressed': {
activeStep: number
}
'signup:captchaSuccess': {}
'signup:captchaFailure': {}
'onboarding:interests:nextPressed': {
selectedInterests: string[]
selectedInterestsLength: number