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:
parent
86a1f9c0ad
commit
97c8005d00
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user