From 839226612c70add10583162132637e3a90c29925 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 21:14:06 +0000 Subject: [PATCH] Update profile creation user_type cgen-677b8b9f3bb04d34abf317229a79e2d5 --- client/pages/Profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Profile.tsx b/client/pages/Profile.tsx index 90c1a72d..3786d7a2 100644 --- a/client/pages/Profile.tsx +++ b/client/pages/Profile.tsx @@ -211,7 +211,7 @@ export default function Profile() { linkedin_url: profileData.linkedinUrl, github_url: profileData.githubUsername ? `https://github.com/${profileData.githubUsername}` : null, twitter_url: profileData.twitterUsername ? `https://twitter.com/${profileData.twitterUsername}` : null, - user_type: "community_member", + user_type: "game_developer", experience_level: "beginner", level: 1, total_xp: 0,