feat: add gender field to user profile and update related components

This commit is contained in:
ngthanhvu
2026-07-24 04:55:39 -04:00
parent 541cb66c33
commit 6ad96873a7
11 changed files with 693 additions and 30 deletions
+1
View File
@@ -28,5 +28,6 @@ export default defineEventHandler(async (event) => {
name: user.name,
role: user.role,
avatar: user.avatar,
gender: user.gender,
}
})