diff --git a/functions/src/users.js b/functions/src/users.js index c4bd1c4..4ba66ab 100644 --- a/functions/src/users.js +++ b/functions/src/users.js @@ -10,7 +10,7 @@ const { RESEND_API_KEY } = require('../config/keys') const { onRequest } = require('firebase-functions/https') const resendClient = new Resend(RESEND_API_KEY) -const WELCOME_EMAIL_FROM = process.env.RESEND_FROM_EMAIL || 'MusicLand ' +const WELCOME_EMAIL_FROM = 'MusicLand ' const WELCOME_EMAIL_SUBJECT = 'Bienvenue sur MusicLand' exports.testWelcomMail = onRequest(async (req, res) => {