feat(profile): add avatar reset functionality and clean up profile form
This commit is contained in:
@@ -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
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user