Skip to content

Commit

Permalink
bring back location header
Browse files Browse the repository at this point in the history
  • Loading branch information
michenly committed May 22, 2024
1 parent c385d8b commit 726d595
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export async function action({request, context}: ActionFunctionArgs) {
{error: null, newCustomer},
{
status: 302,
headers: {
Location: '/account',
},
},
);
} catch (error: unknown) {
Expand Down

0 comments on commit 726d595

Please sign in to comment.