chore: update better-auth to version 1.3.26 and adjust dependencies in package.json files

This commit is contained in:
Mauricio Siu
2025-10-04 21:45:48 -06:00
parent 8594ad8ece
commit dbc4f4e4c5
4 changed files with 250 additions and 64 deletions

View File

@@ -33,6 +33,7 @@ export const sendEmailNotification = async (
to: toAddresses.join(", "),
subject,
html: htmlContent,
textEncoding: "base64",
});
} catch (err) {
console.log(err);