mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +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) {
|
||||
console.log("user already exists", existingUser);
|
||||
// If user exists, return the existing user
|
||||
return existingUser;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user