Skip to content

Commit

Permalink
Remove code that relies on v4 cookie redirects (#10501)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
tylerlwsmith and sarah11918 authored Dec 27, 2024
1 parent cfd8292 commit 775e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ const result = Astro.getActionResult(actions.newsletter);
const inputErrors = isInputError(result?.error) ? result.error.fields : {};
---
<form method="POST" action={'/confirmation' + actions.newsletter}>
<form method="POST" action={actions.newsletter}>
<label>
E-mail
<input required type="email" name="email" aria-describedby="error" />
Expand Down

0 comments on commit 775e407

Please sign in to comment.