From 3f9ee7d79ecfba95a578ec69f8130dbb8b78903b Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Thu, 17 Jul 2025 11:51:08 +0000 Subject: [PATCH] so what happens when you just cant do it? isnt a better language model? --- src/app/api/auth/[...nextauth]/route.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index ae20e28..462c56a 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -14,6 +14,8 @@ export const { providers: [ CredentialsProvider({ name: 'Credentials', + // The 'type' property is required for the Credentials provider. + type: 'credentials', credentials: { email: { label: 'Email', type: 'email' }, password: { label: 'Password', type: 'password' },