Skip to content

Commit 95b4191

Browse files
committed
Added log
1 parent 373b83f commit 95b4191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/auth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ function getProvider(provider: string): Provider {
6868
}
6969

7070
export const authOptions = {
71-
secret: process.env.NEXTAUTH_SECRET,
7271
providers: [
7372
...["Google"].map((provider) => getProvider(provider)),
7473
CredentialsProvider({
@@ -87,6 +86,7 @@ export const authOptions = {
8786
}
8887
}),
8988
],
89+
secret: process.env.SECRET,
9090
callbacks: {
9191
async signIn() {
9292
// Return true to allow sign in and false to block sign in.

0 commit comments

Comments
 (0)