Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Project Page
Commits
53a87188
Commit
53a87188
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Plain Diff
Merge branch 'MLAB-524' into 'testing'
manage session See merge request
!39
parents
f2fc1a44
3f2b0628
master
devel
testing
4 merge requests
!86
ignore ts built folder
,
!85
deployment
,
!84
prepare deployment
,
!39
manage session
Pipeline
#4535
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.js
+2
-1
app.js
with
2 additions
and
1 deletion
+2
-1
app.js
+
2
-
1
View file @
53a87188
...
...
@@ -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
())
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets