1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

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
No known key found for this signature in database
GPG Key ID: CC50E67C506270C9

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