Merge pull request #2806 from jaredevantabor/fix-2796

Fix 2796
This commit is contained in:
Jared Tabor 2018-08-14 10:49:26 -07:00 committed by GitHub
commit 93a8a952f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export default ['i18n', function(i18n) {
SESSION_COOKIE_AGE: {
type: 'number',
integer: true,
min: 60,
min: 61,
reset: 'SESSION_COOKIE_AGE',
},
SESSIONS_PER_USER: {