v0.3.0-unstable17

This commit is contained in:
Yann Stepienik 2023-05-01 13:17:57 +01:00
parent e15e2a0a71
commit 721ee3f91f
2 changed files with 4 additions and 4 deletions

View file

@ -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"
/>
<CosmosCheckbox
{/* <CosmosCheckbox
label="Auto Update Cosmos"
name="AutoUpdate"
formik={formik}
/>
/> */}
<Grid item xs={12}>
<Stack spacing={1}>

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.3.0-unstable16",
"version": "0.3.0-unstable17",
"description": "",
"main": "test-server.js",
"bugs": {