Join Discord
Powered by
Hi, In https://supertokens.com/docs/emailpassword/...
# support-questions-legacy
t
trivialkettle
09/05/2023, 2:08 PM
Hi, In
https://supertokens.com/docs/emailpassword/common-customizations/change-email-post-login
It should be
Copy code
type RequestBody struct { Email string `json:"email"` }
Otherwise the data could not be parsed in go 1.20
9
Views
Previous
Next