added toasts popups + improved login/signup page + many more changes and improvements
This commit is contained in:
@@ -19,8 +19,6 @@ export const authOptions: AuthOptions = {
|
||||
password: string;
|
||||
};
|
||||
|
||||
console.log(email, password);
|
||||
|
||||
const findUser = await prisma.user.findFirst({
|
||||
where: {
|
||||
email: email,
|
||||
|
||||
Reference in New Issue
Block a user