mirror of
https://github.com/vitalityAI/office.git
synced 2025-04-19 02:20:17 -04:00
nextauth secret
This commit is contained in:
parent
a9ccfd0712
commit
050dae7a82
|
@ -35,6 +35,7 @@ export const authOptions = {
|
||||||
async jwt({ token, user, account, profile, isNewUser }) {
|
async jwt({ token, user, account, profile, isNewUser }) {
|
||||||
return token
|
return token
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
secret: process.env.SECRET
|
||||||
}
|
}
|
||||||
export default NextAuth(authOptions)
|
export default NextAuth(authOptions)
|
Loading…
Reference in New Issue
Block a user