explain allowlogintoken correctly

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

Simon Smith committed Oct 18, 2023 at 12:06 UTC c9b47edc75b138836fadb470a7fd8c1d258b3d9d
2 files changed +5 -2
docs/docs/meshcentral/config.md
+3 -1
@@ -400,7 +400,9 @@ See description for information about each item.
400 },
401 "allowLoginToken": {
402 "type": "boolean",
403 - "default": false
403 + "default": false,
404 + "description": "When set to true, MeshCentral will allow login tokens to be used in the URL as a replacement for user login. This is useful along with \"allowFraming\" option to embed MeshCentral features into another website"
405 +
406 },
407 "StrictTransportSecurity": {
408 "type": [
meshcentral-config-schema.json
+2 -1
@@ -393,7 +393,8 @@
393 },
394 "allowLoginToken": {
395 "type": "boolean",
396 - "default": false
396 + "default": false,
397 + "description": "When set to true, MeshCentral will allow login tokens to be used in the URL as a replacement for user login. This is useful along with \"allowFraming\" option to embed MeshCentral features into another website"
398 },
399 "StrictTransportSecurity": {
400 "type": [