Hey guys, trying the new passwordless login getti...
# support-questions
j
Hey guys, trying the new passwordless login getting this
Copy code
service: new STMPService({
                 ^

TypeError: STMPService is not a constructor `
s
Have you imported SMTPService like this?
import { STMPService } from "supertokens-node/recipe/passwordless/emaildelivery"
this is for node sdk
j
Got it, one more question
is there any post hook after the person clicks on the email?
r
Are you talking about a backend hook that gets triggered when the user tries to login after clicking the link? Or something else?
7 Views