diff --git a/apps/app/pages/[workspaceSlug]/me/profile/index.tsx b/apps/app/pages/[workspaceSlug]/me/profile/index.tsx index 2ae98492159..2d9377b51c9 100644 --- a/apps/app/pages/[workspaceSlug]/me/profile/index.tsx +++ b/apps/app/pages/[workspaceSlug]/me/profile/index.tsx @@ -69,6 +69,7 @@ const Profile: NextPage = () => { last_name: formData.last_name, avatar: formData.avatar, role: formData.role, + display_name: formData.display_name, }; await userService @@ -227,6 +228,36 @@ const Profile: NextPage = () => { /> +
+
+

Display Name

+

+ The email address that you are using. +

+
+
+ +
+

Email