Skip to content

Commit

Permalink
🩹 (billing) Leave the email checkout field empty
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 25, 2023
1 parent 712daf7 commit 8034cee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const ChangePlanForm = ({ workspace, onUpgradeSuccess }: Props) => {
createCheckoutSession({
...newSubscription,
returnUrl: window.location.href,
prefilledEmail: user.email ?? undefined,
})
}
}
Expand Down

0 comments on commit 8034cee

Please sign in to comment.