Removed wrong use of toast function

This commit is contained in:
2024-07-28 19:17:06 +08:00
parent 806e06d2c2
commit 3afe173da7

View File

@@ -219,7 +219,6 @@ async function sendPasswordResetEmail(email, firstName) {
"[Password Reset] Reset your password for ecoconnect", "[Password Reset] Reset your password for ecoconnect",
emailContent emailContent
); );
popToast();
} }
module.exports = { sendPasswordResetEmail }; module.exports = { sendPasswordResetEmail };