From c1371e2549cc2907afc3264f98c2220f47a0cc3b Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 20 Jun 2025 19:36:28 -0400 Subject: [PATCH] fix(email): use the correct sender address --- backend/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/appsettings.json b/backend/appsettings.json index 432143b..237da36 100644 --- a/backend/appsettings.json +++ b/backend/appsettings.json @@ -13,7 +13,7 @@ }, "Emailer": { "ApiKey": "re_HPQGrtF8_7xqFQnhyrp5GeseXnZ9pKd4q", - "FromEmail": "Hutopy " + "FromEmail": "Hutopy " }, "Authentication": { "Jwt": { @@ -28,4 +28,4 @@ "Creators": { "SlugReservationDuration": "00:05:00" } -} \ No newline at end of file +}