From a46caebe1a50f1dfb118f96bd9ea5b8e1a431df8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 29 Oct 2022 10:09:59 +0000 Subject: [PATCH] Update content of files --- data/server/GetAppConfig.json | 7 +------ data/server/test/GetAppConfig.json | 7 ++++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/server/GetAppConfig.json b/data/server/GetAppConfig.json index 78dc7f6900..1f96b738af 100644 --- a/data/server/GetAppConfig.json +++ b/data/server/GetAppConfig.json @@ -653,12 +653,7 @@ "key": "pending_suggestions", "value": { "_": "types.JsonArray", - "value": [ - { - "_": "types.JsonString", - "value": "VALIDATE_PASSWORD" - } - ] + "value": [] } }, { diff --git a/data/server/test/GetAppConfig.json b/data/server/test/GetAppConfig.json index 90fa46283b..4eee6dd12b 100644 --- a/data/server/test/GetAppConfig.json +++ b/data/server/test/GetAppConfig.json @@ -172,7 +172,12 @@ "key": "pending_suggestions", "value": { "_": "types.JsonArray", - "value": [] + "value": [ + { + "_": "types.JsonString", + "value": "VALIDATE_PHONE_NUMBER" + } + ] } }, {