From 266f8e89e3d1c927295e2fdf51eadfe614b1f07f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 10 May 2026 11:24:04 +0200 Subject: [PATCH] Comment out unused verification link block in welcome email template. --- backend/email/emails/welcome.tsx | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/backend/email/emails/welcome.tsx b/backend/email/emails/welcome.tsx index 140cf084..5d13a6b2 100644 --- a/backend/email/emails/welcome.tsx +++ b/backend/email/emails/welcome.tsx @@ -1,6 +1,6 @@ import {Body, Button, Container, Head, Html, Preview, Section, Text} from '@react-email/components' import {type User} from 'common/user' -import { container, content, Footer, main, paragraph} from 'email/utils' +import {container, content, Footer, main, paragraph} from 'email/utils' import React from 'react' import {createT} from 'shared/locale' @@ -116,27 +116,27 @@ export const WelcomeEmail = ({ - - {t('email.welcome.copyLink', 'Or copy and paste this link into your browser:')}
- - {verificationLink} - -
+ {/**/} + {/* {t('email.welcome.copyLink', 'Or copy and paste this link into your browser:')}
*/} + {/* */} + {/* {verificationLink}*/} + {/* */} + {/**/}