Back
Nomads.com
Load previous page…
fix if user who deleted their account would sign up again but with [email protected] (adding + and something) it would NOT be flagged by is_email_used API endpoint, then it would redirect to Stripe Checkout where on the callback finally the + part would be removed and it WOULD finally clash as the email was already used by the deleted account, fix by removing + in the is_email_used too
#nomads