Skip to content

Commit a7b2f18

Browse files
committed
fix: authjs secret
1 parent 8dd58d1 commit a7b2f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import NextAuth from "next-auth";
22

33
export const { handlers, signIn, signOut, auth } = NextAuth({
4-
secret: process.env.NEXTAUTH_SECRET,
4+
secret: process.env.AUTH_SECRET,
55
trustHost: true,
66
callbacks: {
77
async jwt({ token, profile, account, user }) {

0 commit comments

Comments
 (0)