fix: next auth host not trusted (#144)
This commit is contained in:
@@ -30,6 +30,7 @@ export const createCredentialsConfiguration = (db: Database) =>
|
||||
});
|
||||
|
||||
if (!user?.password) {
|
||||
console.log(`user ${data.name} was not found`);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user