anonymous onLinkAccount() never called using auth.api.signUpEmail() or auth.api.signInEmail()
onLinkAccount() logic seemed to work using authClient.signIn.email() however I am doing the function calls on the backend inside TRPC endpoint and therefore am calling auth.api.signUpEmail() or auth.api.signInEmail() which do not seem to work in this case. Is that expected behaviour?
1 Reply
it should work with
auth.api
methods as well. But if it's not working currnetly please feel free to open gh issue.