Skip to content

Commit

Permalink
remove session for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 1, 2024
1 parent 23e41b7 commit 5a314fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/adminmodule/admin.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const componentLoader = new ComponentLoader();
cookiePassword: process.env.USERNAME,
cookieName: process.env.PASSWORD,
},
sessionOptions: {
resave: true,
saveUninitialized: true,
secret: 'secret',
},
// sessionOptions: {
// resave: true,
// saveUninitialized: true,
// secret: 'secret',
// },
};
},
}),
Expand Down

0 comments on commit 5a314fb

Please sign in to comment.