chore: cleanup log
This commit is contained in:
parent
7ed31b8426
commit
fec650d212
|
|
@ -42,7 +42,6 @@ export async function verifyLogin(
|
|||
password: true
|
||||
}
|
||||
});
|
||||
console.log(userWithPassword);
|
||||
|
||||
if (!userWithPassword || !userWithPassword.password) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue