just hard code it for now i guess

This commit is contained in:
Ra
2025-08-26 11:31:41 -07:00
parent ad15aaa35e
commit 2e15a74c76

View File

@@ -716,7 +716,7 @@ exports.createInvitation = onRequest({ cors: true }, async (req, res) => {
});
// Generate invite links
const baseUrl = process.env.CLIENT_URL || 'http://localhost:5173';
const baseUrl = process.env.CLIENT_URL || 'https://auditly-one.vercel.app';
const inviteLink = `${baseUrl}/#/employee-form/${code}`;
try {
if (!!process.env.SENDGRID_API_KEY) {