diff --git a/backend/src/controllers/v2/secretsController.ts b/backend/src/controllers/v2/secretsController.ts index ff39791ac..7267ae50c 100644 --- a/backend/src/controllers/v2/secretsController.ts +++ b/backend/src/controllers/v2/secretsController.ts @@ -452,7 +452,7 @@ export const updateSecrets = async (req: Request, res: Response) => { secretValueTag, tags, ...(( - secretCommentCiphertext && + secretCommentCiphertext !== undefined && secretCommentIV && secretCommentTag ) ? { diff --git a/backend/src/templates/organizationInvitation.handlebars b/backend/src/templates/organizationInvitation.handlebars index 49cc96f38..c8d0a9116 100644 --- a/backend/src/templates/organizationInvitation.handlebars +++ b/backend/src/templates/organizationInvitation.handlebars @@ -12,7 +12,6 @@
{{inviterFirstName}}({{inviterEmail}}) has invited you to their Infisical organization — {{organizationName}}
Join nowInfisical is a simple end-to-end encrypted solution that enables teams to sync and manage their environment - variables.
+Infisical is an easy-to-use end-to-end encrypted tool that enables developers to sync and manage their secrets and configs.