This commit is contained in:
freedakgmail
2025-12-21 13:57:32 +08:00
parent 1ae59960e8
commit cffdd75e96
431 changed files with 1219 additions and 9202 deletions
+1
View File
@@ -4,6 +4,7 @@ import { prisma } from "./prisma"
import bcrypt from "bcryptjs"
export const authOptions: NextAuthOptions = {
secret: process.env.AUTH_SECRET ?? process.env.NEXTAUTH_SECRET,
providers: [
CredentialsProvider({
name: "credentials",