create_user using user_email

This commit is contained in:
Ishaan Jaff 2024-04-19 15:17:50 -07:00
parent 2d353bf284
commit 2a7159c10b
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 {