Update SSO mail

This commit is contained in:
Benjamin Toby 2024-07-13 11:18:01 +01:00
parent ac9e9b468a
commit 52d4b0333d

View File

@ -104,7 +104,7 @@ async function localSendEmailCode({
mailObject["from"] = `"Datasquirel SSO" <${
sender || "support@datasquirel.com"
}>`;
mailObject["sender"] = sender || "support@summitlending.com";
mailObject["sender"] = sender || "support@datasquirel.com";
mailObject["to"] = email;
mailObject["subject"] = "One Time Email Login Code";
mailObject["html"] = fs