Update direct insert user_type
cgen-d726abb3987e423fb1abea89d883dae2
This commit is contained in:
parent
839226612c
commit
e233e7471c
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ export default function Profile() {
|
|||
.insert({
|
||||
id: user.id,
|
||||
username: profileData.displayName || user.email?.split('@')[0] || `user_${Date.now()}`,
|
||||
user_type: "community_member",
|
||||
user_type: "game_developer",
|
||||
experience_level: "beginner",
|
||||
full_name: profileData.displayName,
|
||||
bio: profileData.bio,
|
||||
|
|
|
|||
Loading…
Reference in a new issue