2
0

🩹 (billing) Leave the email checkout field empty

This commit is contained in:
Baptiste Arnaud
2023-02-25 09:04:29 +01:00
parent 712daf7ab3
commit 8034ceeede

View File

@ -82,7 +82,6 @@ export const ChangePlanForm = ({ workspace, onUpgradeSuccess }: Props) => {
createCheckoutSession({
...newSubscription,
returnUrl: window.location.href,
prefilledEmail: user.email ?? undefined,
})
}
}