Skip to content

Commit c2f7210

Browse files
committed
Update auth.ts
1 parent d5219be commit c2f7210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import User from "../models/User";
1111
export const authOptions: NextAuthOptions = {
1212
adapter: MongoDBAdapter(clientPromise),
1313
session: {
14-
strategy: "jwt",
14+
strategy: "jwt",
1515
},
1616
secret: process.env.NEXTAUTH_SECRET!,
1717
// Configure one or more authentication providers

0 commit comments

Comments
 (0)