Fix member user type mapping in finishOnboarding function
cgen-6204939083aa4e5a8ac0290c6b4c5c12
This commit is contained in:
parent
f2b56878e2
commit
840602ceff
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ export default function Onboarding() {
|
||||||
const userTypeMap: Record<string, string> = {
|
const userTypeMap: Record<string, string> = {
|
||||||
"game-developer": "game_developer",
|
"game-developer": "game_developer",
|
||||||
client: "client",
|
client: "client",
|
||||||
member: "game_developer",
|
member: "community_member",
|
||||||
customer: "customer",
|
customer: "customer",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue