https://supertokens.com/docs/thirdparty/common-cus...
# support-questions-legacy
b
https://supertokens.com/docs/thirdparty/common-customizations/deduplication/implementing-deduplication how would i do this with tpep? and override both email signup and thirdpartysigninup
b
Thanks.. does this dedup email users as well
i.e i have a social provider with foo@gmail.com and email user with foo@gmail.com
r
yup
b
how come we don't have to override the response in this one for email sign up
is it b/c the api handler already understands this error?
Copy code
return tpepmodels.SignUpResponse{
                        EmailAlreadyExistsError: &struct{}{},
                    }, nil
r
yea
2 Views