packege updates
This commit is contained in:
2644
package-lock.json
generated
2644
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,7 @@
|
||||
"@mui/material": "^5.15.10",
|
||||
"@mui/x-date-pickers": "^6.19.4",
|
||||
"@premieroctet/next-crud": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
"@prisma/client": "^5.12.1",
|
||||
"@react-pdf/renderer": "^3.3.8",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@types/multer": "^1.4.11",
|
||||
@ -78,6 +78,7 @@
|
||||
"nodemailer": "^6.9.9",
|
||||
"nodemailer-smtp-transport": "^2.7.4",
|
||||
"nodemon": "^3.0.3",
|
||||
"npm": "^10.5.1",
|
||||
"open": "^10.0.3",
|
||||
"prisma-json-schema-generator": "^5.1.1",
|
||||
"quill": "^1.3.7",
|
||||
@ -110,6 +111,6 @@
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"depcheck": "^1.4.7",
|
||||
"prisma": "^5.11.0"
|
||||
"prisma": "^5.12.1"
|
||||
}
|
||||
}
|
||||
|
@ -126,6 +126,7 @@ export const authOptions: NextAuthOptions = {
|
||||
strategy: "jwt"
|
||||
},
|
||||
callbacks: {
|
||||
// https://codevoweb.com/implement-authentication-with-nextauth-in-nextjs-14/
|
||||
async signIn({ user, account, profile }) {
|
||||
var prisma = common.getPrismaClient();
|
||||
|
||||
|
Reference in New Issue
Block a user