From 5a7e3d98693186884a7d2fa873fcc7dc24ec75d9 Mon Sep 17 00:00:00 2001 From: si458 Date: Fri, 24 May 2024 16:25:25 +0100 Subject: [PATCH] fix allowSavingDeviceCredentials description Signed-off-by: si458 --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 4ce435ed..0a8af53e 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1203,7 +1203,7 @@ "allowSavingDeviceCredentials": { "type": "boolean", "default": true, - "description": "Allow users to save SSH, RDP, VNC device credentials on the server that can be used by any other user." + "description": "Allow users to save SSH, RDP, VNC device credentials in the server." }, "trustedCert": { "type": "boolean",