mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Moves minimum idle time to 61 seconds (so that user can't type 60)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user