Skip to content

Commit

Permalink
Update packages/hydrogen/src/customer/customer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Lin <[email protected]>
  • Loading branch information
blittle and wizardlyhel authored Dec 6, 2024
1 parent 1a1bd89 commit 83ab41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/customer/customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export function createCustomerAccountClient({

clearSession(session);

return redirect(logoutUrl);
return redirect(logoutUrl, {headers: options?.headers || {}});
},
isLoggedIn,
handleAuthStatus,
Expand Down

0 comments on commit 83ab41a

Please sign in to comment.