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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 5 deletions

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