1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

feat(auth): add 30m session timeout - r8s-178 (#259)

This commit is contained in:
Steven Kang 2024-12-20 10:49:13 +13:00 committed by GitHub
parent 8d1c90f912
commit 9258db58db

View file

@ -15,6 +15,10 @@ function SettingsAuthenticationController($q, $scope, $state, Notifications, Set
uploadInProgress: false,
actionInProgress: false,
availableUserSessionTimeoutOptions: [
{
key: '30 minutes',
value: '30m',
},
{
key: '1 hour',
value: '1h',