Default new profiles to game_developer

cgen-c3c7d959abf14750b299d5a8043ef83f
This commit is contained in:
Builder.io 2025-10-04 21:13:41 +00:00
parent 631a4a6412
commit 8ccd469503

View file

@ -388,7 +388,7 @@ export const aethexUserService = {
profileData.username ||
(email ? email.split("@")[0] : undefined) ||
`user_${Date.now()}`,
user_type: (profileData as any).user_type || "community_member",
user_type: (profileData as any).user_type || "game_developer",
experience_level: (profileData as any).experience_level || "beginner",
full_name: profileData.full_name,
bio: profileData.bio,