forked from phoenix/litellm-mirror
fix(internal_user_endpoints.py): pass in user api key dict value
This commit is contained in:
parent
5ba517819c
commit
83bed56b66
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue