Hey! I'm slightly confused about how/when to send the email verification email.
I understand the default UI takes care of this by calling an endpoint injected by ST's middleware.
However, I'm working on a custom UI PoC.
What is the best option here? To implement a signup override and use ST's SDK to send the email? (I'm using Go on the backend if that's relevant)