fix(collaboration): env var typo
This commit is contained in:
@ -178,7 +178,7 @@ export const CollaborationList = () => {
|
|||||||
Everyone at {workspace.name}
|
Everyone at {workspace.name}
|
||||||
</Text>
|
</Text>
|
||||||
</HStack>
|
</HStack>
|
||||||
<Tag>
|
<Tag flexShrink={0}>
|
||||||
{convertCollaborationTypeEnumToReadable(
|
{convertCollaborationTypeEnumToReadable(
|
||||||
CollaborationType.FULL_ACCESS
|
CollaborationType.FULL_ACCESS
|
||||||
)}
|
)}
|
||||||
|
@ -20,7 +20,7 @@ export const sendEmailNotification = ({
|
|||||||
})
|
})
|
||||||
|
|
||||||
return transporter.sendMail({
|
return transporter.sendMail({
|
||||||
from: env('SMTP_FORM'),
|
from: env('SMTP_FROM'),
|
||||||
to,
|
to,
|
||||||
subject,
|
subject,
|
||||||
html: content,
|
html: content,
|
||||||
|
Reference in New Issue
Block a user