Update config builder MaxInactivityDeviceLock (#40848)

Resolves #40847

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Gray Williams
2026-03-03 17:20:31 -06:00
committed by GitHub
co-authored by Eric
parent 46c3409188
commit e047d1275e
+2 -2
View File
@@ -1841,7 +1841,7 @@ parasails.registerPage('configuration-builder', {
name: 'Maximum inactivity time before device locks',
uniqueSlug: 'windows-device-lock-max-inactivity-before-device-locks',
category: 'Device lock',
tooltip: 'The number of seconds a device can remain inactive before a password is required to unlock the device.',
tooltip: 'The number of minutes a device can remain inactive before a password is required to unlock the device.',
supportedAccessTypes: ['add', 'replace'],
alsoAutoSetWhenSelected: [
{
@@ -1864,7 +1864,7 @@ parasails.registerPage('configuration-builder', {
name: 'Maximum inactivity time before device locks with external display',
uniqueSlug: 'windows-device-lock-max-inactivity-before-device-locks-with-external-display',
category: 'Device lock',
tooltip: 'The number of seconds a device can remain inactive while using an external monitor before a password is required to unlock the device.',
tooltip: 'The number of minutes a device can remain inactive while using an external monitor before a password is required to unlock the device.',
supportedAccessTypes: ['add', 'replace'],
alsoAutoSetWhenSelected: [
{