From 721ee3f91f41fae1775321f0a34562f5f6f9635c Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Mon, 1 May 2023 13:17:57 +0100 Subject: [PATCH] v0.3.0-unstable17 --- client/src/pages/config/users/configman.jsx | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/config/users/configman.jsx b/client/src/pages/config/users/configman.jsx index d24cd80..e0daf25 100644 --- a/client/src/pages/config/users/configman.jsx +++ b/client/src/pages/config/users/configman.jsx @@ -90,7 +90,7 @@ const ConfigManagement = () => { MongoDB: values.MongoDB, LoggingLevel: values.LoggingLevel, RequireMFA: values.RequireMFA, - AutoUpdate: values.AutoUpdate, + // AutoUpdate: values.AutoUpdate, BlockedCountries: values.GeoBlocking, HTTPConfig: { ...config.HTTPConfig, @@ -153,11 +153,11 @@ const ConfigManagement = () => { helperText="Require MFA for all users" /> - + /> */} diff --git a/package.json b/package.json index 9cecb7d..2b98f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.3.0-unstable16", + "version": "0.3.0-unstable17", "description": "", "main": "test-server.js", "bugs": {