Skip to content

Commit 5f669d2

Browse files
authored
Fixed redirect off form (supabase#44736)
1 parent 56066fe commit 5f669d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/_go/events/stripe-sessions-2026/exec-dinner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const page: GoPageInput = {
147147
},
148148
],
149149
submitLabel: 'Confirm RSVP',
150-
successRedirect: '/go/stripe/exec-dinner/thank-you',
150+
successRedirect: '/go/exec-dinner-april-2026/thank-you',
151151
disclaimer:
152152
'By submitting this form, I confirm that I have read and understood the [Privacy Policy](https://supabase.com/privacy).',
153153
crm: {

0 commit comments

Comments
 (0)