diff --git a/sources/patches/app-01-branding.patch b/sources/patches/app-01-branding.patch index 6923853..1db6f08 100644 --- a/sources/patches/app-01-branding.patch +++ b/sources/patches/app-01-branding.patch @@ -1,5 +1,5 @@ diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx -index 9d86f4782..25b456532 100644 +index 9d86f478..25b45653 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx @@ -617,9 +617,6 @@ class DocumentScene extends React.Component { diff --git a/sources/patches/app-02-email.patch b/sources/patches/app-02-email.patch index ef88a4f..20cc1d4 100644 --- a/sources/patches/app-02-email.patch +++ b/sources/patches/app-02-email.patch @@ -1,12 +1,14 @@ diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx -index f366391a9..2df962fbc 100644 +index 669d0038..0b31e7f1 100644 --- a/server/emails/mailer.tsx +++ b/server/emails/mailer.tsx -@@ -108,6 +108,7 @@ export class Mailer { - ciphers: env.SMTP_TLS_CIPHERS, - } - : undefined, -+ ignoreTLS:true - }; - } - \ No newline at end of file +@@ -117,7 +117,8 @@ export class Mailer { + ? { + ciphers: env.SMTP_TLS_CIPHERS, + } +- : undefined ++ : undefined, ++ ignoreTLS:true, + : { + rejectUnauthorized: false, + }, \ No newline at end of file