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" + } + ] } }, {