Skip to content

Commit

Permalink
Merge branch 'develop' into DEV-3197
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-ashurov committed Sep 29, 2023
2 parents 7d7f8b0 + 14693c3 commit d6b33eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class App {
(function () {
throw new Error('COOKIE_SECRET is not defined');
})(),
cookie: { maxAge: 14 * 24 * 60 * 60 },
cookie: { maxAge: 24 * 60 * 60 * 1000 }, // 24 hours
})
);
// Authentication functions/methods
Expand Down

0 comments on commit d6b33eb

Please sign in to comment.