mirror of https://github.com/portainer/portainer
feat(auth): add 30m session timeout - r8s-178 (#259)
parent
8d1c90f912
commit
9258db58db
|
@ -15,6 +15,10 @@ function SettingsAuthenticationController($q, $scope, $state, Notifications, Set
|
||||||
uploadInProgress: false,
|
uploadInProgress: false,
|
||||||
actionInProgress: false,
|
actionInProgress: false,
|
||||||
availableUserSessionTimeoutOptions: [
|
availableUserSessionTimeoutOptions: [
|
||||||
|
{
|
||||||
|
key: '30 minutes',
|
||||||
|
value: '30m',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: '1 hour',
|
key: '1 hour',
|
||||||
value: '1h',
|
value: '1h',
|
||||||
|
|
Loading…
Reference in New Issue