Skip to content
Permalink
Browse files
fix: attempt to fix session
  • Loading branch information
MantasMikal committed Feb 17, 2021
1 parent f8a99b7 commit 2ecfc5c5540199fac2076afc5bb27153ef3f56a9
Showing 1 changed file with 0 additions and 1 deletion.
@@ -57,7 +57,6 @@ app.use(
resave: false,
store: new MongoStore({ mongooseConnection: dbConnection.connection }),
saveUninitialized: true,
cookie: { secure: true },
})
);

0 comments on commit 2ecfc5c

Please sign in to comment.