lol you are a joke

This commit is contained in:
Leon Serfaty G
2025-07-17 11:47:13 +00:00
parent c26a6d49a2
commit 3791c0faf6
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,2 +1 @@
AUTH_SECRET="your-super-secret-auth-secret-change-me"
AUTH_SECRET=pY1fHh5vQ7cW6sZ3kE9jL2mN5rX8uB1g
+1
View File
@@ -10,6 +10,7 @@ export const {
signIn,
signOut,
} = NextAuth({
secret: process.env.AUTH_SECRET,
providers: [
CredentialsProvider({
name: 'Credentials',