chore: cleanup log

This commit is contained in:
Nicola Zambello 2023-02-18 20:38:20 +01:00
parent 7ed31b8426
commit fec650d212
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -42,7 +42,6 @@ export async function verifyLogin(
password: true password: true
} }
}); });
console.log(userWithPassword);
if (!userWithPassword || !userWithPassword.password) { if (!userWithPassword || !userWithPassword.password) {
return null; return null;