mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
create_user using user_email
This commit is contained in:
parent
559a312c9c
commit
5d9f6282ce
2 changed files with 8 additions and 12 deletions
|
@ -158,7 +158,7 @@ export const keyCreateCall = async (
|
|||
|
||||
export const userCreateCall = async (
|
||||
accessToken: string,
|
||||
userID: string,
|
||||
userID: string | null,
|
||||
formValues: Record<string, any> // Assuming formValues is an object
|
||||
) => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue