mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(internal_user_endpoints.py): pass in user api key dict value
This commit is contained in:
parent
748943f910
commit
35a9f328c7
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