feat(profile): add avatar reset functionality and clean up profile form

This commit is contained in:
2026-03-29 15:25:24 +02:00
parent a3964eb047
commit 9b77da154b
4 changed files with 62 additions and 34 deletions

View File

@@ -26,7 +26,6 @@ export default async function DashboardProfilePage() {
username: profile?.username ?? "",
displayName: profile?.displayName ?? "",
bio: profile?.bio ?? "",
avatarUrl: profile?.avatarUrl ?? "",
themeId: profile?.themeId ?? DEFAULT_THEME_ID,
isPublic: profile?.isPublic ?? true
}}