mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
feat(auth): add 30m session timeout - r8s-178 (#259)
This commit is contained in:
parent
8d1c90f912
commit
9258db58db
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue