From 3afe173da7967d71783122294eaa98dddc41059c Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Sun, 28 Jul 2024 19:17:06 +0800 Subject: [PATCH] Removed wrong use of toast function --- server/connections/mailersend.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/connections/mailersend.js b/server/connections/mailersend.js index 74ec72b..12d0d4b 100644 --- a/server/connections/mailersend.js +++ b/server/connections/mailersend.js @@ -219,7 +219,6 @@ async function sendPasswordResetEmail(email, firstName) { "[Password Reset] Reset your password for ecoconnect", emailContent ); - popToast(); } module.exports = { sendPasswordResetEmail };