mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Log n user models
This commit is contained in:
parent
b2bee7b97d
commit
2ccf3b6e7b
@ -142,6 +142,7 @@ export const createUser = async (data) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (existingUser) {
|
if (existingUser) {
|
||||||
|
console.log("user already exists", existingUser);
|
||||||
// If user exists, return the existing user
|
// If user exists, return the existing user
|
||||||
return existingUser;
|
return existingUser;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user