Skip to content

Commit

Permalink
revert resafe tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
InnigerM committed Oct 29, 2023
1 parent d212492 commit 2efc33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/main.ts
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
app.use(
session({
secret: 'my-secret',
resave: true,
resave: false,
saveUninitialized: false,
cookie: {
secure: 'auto',
Expand Down

0 comments on commit 2efc33b

Please sign in to comment.