Hi, @rp . I am using thirdpartyemailpassword recipe and implemented account deduplication as shown above.
Now I am trying to show different messages on following cases:
1. user tries signup via emailpassword while he already has account with emailpassword.
2. user tries signup via emailpassword while he already has account with social provider.
3. user tries login via emailpassword while he already has account with social provider.
4. user tries login/signup via social provider while he already has account with other social provider.
5. user tries login/signup via social provider while he already has account with emailpassword.
Problems is that emailPasswordSignUp function only accepts one specific status code.
Could you tell me how I can achieve this please?