From f897e7ee05f802230c36826ead16281aa43750db Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 15 May 2026 16:39:16 +0000 Subject: [PATCH] Remove Display Name field from user profile settings Username is the only user-facing name field. The display_name column remains in the database since BetterAuth writes the OAuth provider name there, and it serves as a programmatic fallback via getUserDisplayName. https://claude.ai/code/session_01NUv93WRrufHhpZSMyY4bjs --- app/components/user/settings/ProfileSection.tsx | 10 +--------- app/routes/settings.tsx | 2 -- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/components/user/settings/ProfileSection.tsx b/app/components/user/settings/ProfileSection.tsx index bf6d940..98f90b7 100644 --- a/app/components/user/settings/ProfileSection.tsx +++ b/app/components/user/settings/ProfileSection.tsx @@ -39,7 +39,7 @@ export function ProfileSection({ user, isInActiveDraft, success, error }: Props)

Profile

- Your display name, username, avatar, and timezone. + Your username, avatar, and timezone.

@@ -58,14 +58,6 @@ export function ProfileSection({ user, isInActiveDraft, success, error }: Props)
-
- - -