Hi, In https://supertokens.com/docs/emailpassword/...
# support-questions-legacy
t
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