Hi folks - I'm setting up the backend for supertokens and for some weird reason am finding that overriding sendEmail for email verification doesnt seem to have any effect.. Even absolute base case of overriding and not calling the originalImplementation.sendEmail still sends the email. Feel like I must be doing something wrong here
nabb23_
10/27/2022, 4:00 PM
An example of our usage
r
rp_st
10/27/2022, 4:11 PM
Hey! Can I see the import statements?
n
nabb23_
10/27/2022, 4:29 PM
Yep sure -
nabb23_
10/27/2022, 4:30 PM
In case it helps, createNewSession in Session.init is definitely being called on form submit
r
rp_st
10/27/2022, 4:31 PM
You have copy pasted the sendEmail override incorrectly