From 908bf79d915df172d4c5fcc5ebae7c3eab4288a8 Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:49:40 -0500 Subject: [PATCH] Temp fix for confirmation --- app/api/security/confirm.json | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/app/api/security/confirm.json b/app/api/security/confirm.json index 5fc4a6e..d783f85 100644 --- a/app/api/security/confirm.json +++ b/app/api/security/confirm.json @@ -66,13 +66,7 @@ "options": { "password": "{{$_POST.password}}" }, - "outputType": "text", - "metaData": { - "hashPassword": { - "name": "password", - "type": "text" - } - } + "outputType": "text" }, { "name": "update", @@ -383,7 +377,6 @@ } }, "output": true, - "metaData": {}, "meta": [ { "type": "object", @@ -476,7 +469,8 @@ ] } ], - "outputType": "object" + "outputType": "object", + "disabled": true }, { "name": "repeat", @@ -494,13 +488,7 @@ "url": "{{$_ENV.API_BASEURL+'xuserroles/add/'+$_POST.id+'/'+roleid}}", "method": "POST" }, - "output": true, - "metaData": { - "apiUrl": { - "name": "roleid", - "type": "number" - } - } + "output": true } } }, @@ -529,15 +517,14 @@ { "name": "roleid", "type": "number" + }, + { + "name": "addroles", + "type": "text" } ], "outputType": "array", - "metaData": { - "repeatExpression": { - "name": "query", - "type": "array" - } - } + "disabled": true } ] },