From 9a275e07298b9dc04660d0e7d19e8357a93de33b Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Mon, 14 Apr 2025 18:36:37 +0300 Subject: [PATCH] PM-973 - remove connect email --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 43353496..e7630a88 100644 --- a/config/default.json +++ b/config/default.json @@ -50,7 +50,7 @@ "TOKEN_CACHE_TIME": "86000", "whitelistedOriginsForUserIdAuth": "[\"https:\/\/topcoder-newauth.auth0.com\/\",\"https:\/\/api.topcoder-dev.com\"]", "EMAIL_INVITE_FROM_NAME": "Topcoder", - "EMAIL_INVITE_FROM_EMAIL": "noreply@connect.topcoder.com", + "EMAIL_INVITE_FROM_EMAIL": "noreply@topcoder.com", "inviteEmailSubject": "You are invited to Topcoder", "inviteEmailSectionTitle": "Project Invitation", "workManagerUrl": "https://challenges.topcoder-dev.com",