@@ -16,7 +16,7 @@ export const { handlers, signIn, signOut, auth } = NextAuth({
if (!email || !password) return null;
const user = authenticateUser(email, password);
const user = await authenticateUser(email, password);
if (!user) return null;
return {
The note is not visible to the blocked user.