Adjust onboarding mapping defaults
cgen-53cf5026aa754d42aa91e1e357bb386f
This commit is contained in:
parent
11e0e463e3
commit
743621031a
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export default function Onboarding() {
|
|||
const userTypeMap: Record<string, string> = {
|
||||
"game-developer": "game_developer",
|
||||
client: "client",
|
||||
member: "community_member",
|
||||
member: "game_developer",
|
||||
customer: "customer",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue