diff --git a/app/api/auth/[...nextauth]/options.ts b/app/api/auth/[...nextauth]/options.ts index 1e11242..c8d13f8 100644 --- a/app/api/auth/[...nextauth]/options.ts +++ b/app/api/auth/[...nextauth]/options.ts @@ -18,7 +18,7 @@ export const authOptions: NextAuthOptions = { console.log(adminUsername); console.log(adminPasswordHash); console.log(credentials.username); - console.log(credentials.password); + console.log("[password redacted]"); if (credentials.username == adminUsername) { const isValidPassword = await bcrypt.compare( credentials.password,