Skip to content

Commit b62a704

Browse files
author
topstar210
committed
2 parents c5ecfdf + c2f7210 commit b62a704

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

utilities/auth.ts

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

0 commit comments

Comments
 (0)