You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for this wonderful tool. I would like to submit a request to add a newUser parameter to sendVerificationRequest, this way we can customize the mail sent to the user when he is new.
I was reviewing the code in src/core/routes/signin.ts and before processing the email sending, getUserByEmail is called; at that point we can identify if the user is new and pass the parameter to sendVerificationRequest. This way we can save an additional call to the database.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, thank you for this wonderful tool. I would like to submit a request to add a newUser parameter to sendVerificationRequest, this way we can customize the mail sent to the user when he is new.
I was reviewing the code in src/core/routes/signin.ts and before processing the email sending, getUserByEmail is called; at that point we can identify if the user is new and pass the parameter to sendVerificationRequest. This way we can save an additional call to the database.
Beta Was this translation helpful? Give feedback.
All reactions