feat: username field in market registration
This commit is contained in:
@@ -533,6 +533,7 @@ async def api_market_register(data: dict):
|
||||
"email": data.get("email"),
|
||||
"password": data.get("password"),
|
||||
"passwordConfirm": data.get("passwordConfirm"),
|
||||
"name": data.get("name", ""),
|
||||
}
|
||||
)
|
||||
return resp.json()
|
||||
|
||||
Reference in New Issue
Block a user