Skip to content

Commit b082d86

Browse files
Merge pull request #26 from ShipFriend0516/fix/auth
[Fix] OAuth 시크릿 추가
2 parents eabbb9d + fa6a18c commit b082d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/auth/[...nextauth]/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const handler = NextAuth({
1313
return user.email === process.env.ADMIN_EMAIL;
1414
},
1515
},
16+
secret: process.env.NEXTAUTH_SECRET,
1617
});
1718

1819
export { handler as GET, handler as POST };

0 commit comments

Comments
 (0)