Skip to content

Commit 9c5b370

Browse files
committed
fix:
1 parent 181e15d commit 9c5b370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auth.ts

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

33
export const { handlers, signIn, signOut, auth } = NextAuth({
4-
secret: process.env.AUTH_SECRET,
54
trustHost: true,
65
callbacks: {
76
async jwt({ token, profile, account, user }) {

0 commit comments

Comments
 (0)