create_user using user_email

This commit is contained in:
Ishaan Jaff 2024-04-19 15:17:50 -07:00
parent 559a312c9c
commit 5d9f6282ce
2 changed files with 8 additions and 12 deletions

View file

@ -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 {