Is there any way to add object to the response aft...
# support-questions
p
Is there any way to add object to the response after signInPost
p
any better way than this ?
r
At the end, instead of doing
return originalImplementation.signInPOST(input);
, you should do
return resp;
other than that, this seems fine
p
input.options.res.sendJSONResponse does this set the teacher values ?
r
it should.
i mean it should send the reponse with whatever JSON object you give it
p
Thanks alot.
3 Views