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

View File

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