From cd0e1f31caac92a3e73646bd6b4ec18c817b9d15 Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Mon, 11 Nov 2024 18:32:52 +0100 Subject: [PATCH] updated email address --- .../(protected)/projects/[projectId]/emails/page-client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/emails/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/emails/page-client.tsx index c20b9f160..0ef560844 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/emails/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/emails/page-client.tsx @@ -201,7 +201,7 @@ function EditEmailServerDialog(props: { name="type" control={form.control} options={[ - { label: "Shared (noreply@stack-auth.com)", value: 'shared' }, + { label: "Shared (noreply@stackframe.co)", value: 'shared' }, { label: "Custom SMTP server (your own email address)", value: 'standard' }, ]} />