Moves minimum idle time to 61 seconds (so that user can't type 60)

This commit is contained in:
Jared Tabor
2018-08-08 17:04:48 -07:00
parent 86a1f9c0ad
commit 97c8005d00

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: {