rp_st
04/24/2021, 12:16 PM{
status: "FIELD_ERROR",
formFields: {
id: "email",
error: "This email is already in use via a social provider. Please sign in instead.
}[]
}
> Also I think I will also have to add apis like auth/signup/email/exists? after disabling the default implementation
Yea. You should actually! You can disable this by setting disableDefaultImplementation
to true
in the signUpFeature
object. In this case, you will need to also implement the sign up API from emailpassword (copy / paste should work here again)