mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
create_user using user_email
This commit is contained in:
parent
2d353bf284
commit
2a7159c10b
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