Add events to signup for captcha results (#4712)
This commit is contained in:
parent
a9fe87b842
commit
0012c6d40f
3 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue