In overriding thirdPartySignInUpPOST, I would like...
# support-questions-legacy
m
In overriding thirdPartySignInUpPOST, I would like to return an object if pre-check returns false else return
response originalImplementation.thirdPartySignInUpPOST(input)
. On doing this, I get an error:
Cannot read property 'status' of undefined
. I know reason behind this but still require to send an object to the client when the pre-check fails. How do I achieve this thing?
r
hey @me_abhii
which recipe are you using?
m
ThirdPartyPasswordless