Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… which is also magma/security#146

Signed-off-by: Lucas Gonze <lucas@gonze.com>
  • Loading branch information
lucasgonze committed Jul 19, 2023
1 parent 094f6d7 commit 8cc32fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nms/server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ app.use(
sessionMiddleware({
devMode: DEV_MODE,
sessionStore: sequelizeSessionStore,
sessionToken:
process.env.SESSION_TOKEN || 'fhcfvugnlkkgntihvlekctunhbbdbjiu',
sessionToken: process.env.SESSION_TOKEN,
}),
);
app.use(passport.initialize());
Expand Down

0 comments on commit 8cc32fb

Please sign in to comment.