We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d291d commit cf821b4Copy full SHA for cf821b4
1 file changed
docs/lib/auth.ts
@@ -279,13 +279,13 @@ export const auth = betterAuth({
279
// no need to send welcome email
280
return false;
281
}
282
- await sendEmail({
283
- to: newSession.user.email,
284
- template: "welcome",
285
- props: {
286
- name: newSession.user.name,
287
- },
288
- });
+ // await sendEmail({
+ // to: newSession.user.email,
+ // template: "welcome",
+ // props: {
+ // name: newSession.user.name,
+ // },
+ // });
289
return;
290
291
0 commit comments