correcting reset link sent to user

This commit is contained in:
knighthawk4227 committed 2025-06-02 23:00:09 -07:00
1 parent cc178edb1e
commit 19b340b004
1 file changed
+1 -1
+1 -1
View File
@@ -47,7 +47,7 @@ module.exports = (users) => {
$set: { resetToken: token, resetTokenExpires: expiration }
});
const resetUrl = `https://rcalculator.sowinski.dev/${PORT}/reset/${token}`;
const resetUrl = `https://rcalculator.sowinski.dev/reset/${token}`;
const mailSend = {
from: process.env.EMAIL_USER,