Skip to content

Commit 3d03464

Browse files
committed
fix: temporarily disable sending emails for testing
1 parent 2c3573f commit 3d03464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
Resend({
1515
apiKey: env.RESEND_API_KEY,
1616
from: env.EMAIL_FROM,
17-
sendVerificationRequest,
17+
// sendVerificationRequest,
1818
}),
1919
],
2020
} satisfies NextAuthConfig;

0 commit comments

Comments
 (0)