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

pull/12455/head
Steven Kang 2024-12-20 10:49:13 +13:00 committed by GitHub
parent 8d1c90f912
commit 9258db58db
1 changed files with 4 additions and 0 deletions

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',