Commit 53a87188 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'MLAB-524' into 'testing'

manage session

See merge request !39
4 merge requests!86ignore ts built folder,!85deployment,!84prepare deployment,!39manage session
Pipeline #4535 passed with stage
in 8 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -30,7 +30,8 @@ app.use(session(
{
resave: true,
saveUninitialized: true,
secret: config.app.sessionSecret
//secret: config.app.sessionSecret
secret: 'thisisasecret-thisisasecret-thisisasecret'
}
))
app.use(passport.initialize())
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment