fix(internal_user_endpoints.py): pass in user api key dict value
This commit is contained in:
parent
5ba517819c
commit
83bed56b66
@ -119,6 +119,7 @@ async def new_user(
|
||||
http_request=Request(
|
||||
scope={"type": "http", "path": "/user/new"},
|
||||
),
|
||||
user_api_key_dict=user_api_key_dict,
|
||||
)
|
||||
|
||||
if data.send_invite_email is True:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user