mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
fix(collaboration): env var typo
This commit is contained in:
parent
f9ab0e8a76
commit
823793aab4
@ -178,7 +178,7 @@ export const CollaborationList = () => {
|
||||
Everyone at {workspace.name}
|
||||
</Text>
|
||||
</HStack>
|
||||
<Tag>
|
||||
<Tag flexShrink={0}>
|
||||
{convertCollaborationTypeEnumToReadable(
|
||||
CollaborationType.FULL_ACCESS
|
||||
)}
|
||||
|
||||
@ -20,7 +20,7 @@ export const sendEmailNotification = ({
|
||||
})
|
||||
|
||||
return transporter.sendMail({
|
||||
from: env('SMTP_FORM'),
|
||||
from: env('SMTP_FROM'),
|
||||
to,
|
||||
subject,
|
||||
html: content,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user