update funnel soulmate

This commit is contained in:
dev.daminik00 2025-10-08 02:10:12 +02:00
parent 0bd9289018
commit 969bbfd498
2 changed files with 8 additions and 4 deletions

View File

@ -142,7 +142,8 @@
"emoji": "💙",
"disabled": false
}
]
],
"registrationFieldKey": "profile.gender"
},
"variants": []
},
@ -876,7 +877,8 @@
"zodiac": {
"enabled": true,
"storageKey": "userZodiac"
}
},
"registrationFieldKey": "profile.birthdate"
},
"variants": []
},

View File

@ -451,7 +451,8 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"emoji": "💙",
"disabled": false
}
]
],
"registrationFieldKey": "profile.gender"
},
"variants": []
},
@ -1185,7 +1186,8 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"zodiac": {
"enabled": true,
"storageKey": "userZodiac"
}
},
"registrationFieldKey": "profile.birthdate"
},
"variants": []
},