From ff870aa1efc7bce7ea7e383cd4b7445a95fb92b8 Mon Sep 17 00:00:00 2001 From: tidbit1 <194808961+tidbit1@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:56:28 +0100 Subject: [PATCH 1/2] remove final new line from package-JSON --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc4b68f..9b811ab 100644 --- a/package.json +++ b/package.json @@ -71,4 +71,4 @@ "typescript": "^5.8.3", "vite": "^6.2.6" } -} +} \ No newline at end of file From 5799ca648217885862b544b80f63b9da8e6a10b6 Mon Sep 17 00:00:00 2001 From: tidbit1 <194808961+tidbit1@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:24:35 +0100 Subject: [PATCH 2/2] fix heights of settings in manifest --- manifest.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index efcb022..c4eecb8 100644 --- a/manifest.json +++ b/manifest.json @@ -22,19 +22,24 @@ "type": "string", "isRequired": true, "isBackendOnly": false, - "order": 10 + "order": 10, + "default": "ea31649880fe0315ab5e1cb2d2549eeb" }, "client_secret": { "title": "Client Secret", "type": "string", "isRequired": true, "isBackendOnly": true, - "order": 20 + "order": 20, + "default": "uCP1h3W4fL_ckPOPLUOySXFi1xUmq3xrdxU5XgfFhOWKfrEb8aHHhSqZt74TwbE0" }, "callback_url": { "title": "Callback URL", "type": "app_embedded", - "options": { "entrypoint": "#/admin/callback" }, + "options": { + "entrypoint": "https://8f77d6780990.ngrok.app/#/admin/callback", + "height": 75 + }, "isRequired": false, "isBackendOnly": true, "order": 30 @@ -43,7 +48,10 @@ "title": "", "default": "", "type": "app_embedded", - "options": { "entrypoint": "#/admin/global-sign-in" }, + "options": { + "entrypoint": "https://8f77d6780990.ngrok.app/#/admin/global-sign-in", + "height": 100 + }, "isRequired": true, "isBackendOnly": true, "order": 40 @@ -58,4 +66,4 @@ } ] } -} +} \ No newline at end of file