Default new profiles to game_developer
cgen-c3c7d959abf14750b299d5a8043ef83f
This commit is contained in:
parent
631a4a6412
commit
8ccd469503
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue