diff --git a/tubearchivist/www/src/pages/api/auth/[...nextauth].ts b/tubearchivist/www/src/pages/api/auth/[...nextauth].ts index 7badef7..5026440 100644 --- a/tubearchivist/www/src/pages/api/auth/[...nextauth].ts +++ b/tubearchivist/www/src/pages/api/auth/[...nextauth].ts @@ -29,9 +29,6 @@ export default NextAuth({ password: credentials.password, }; - //debug - console.log("Payload", payload); - const res = await fetch("http://localhost:8000/api/login/", { method: "POST", body: JSON.stringify(payload),