From b42a51cc569c56797cfb99d2cf6941bb0dd1a26b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 13 Jul 2025 17:02:35 +0200 Subject: [PATCH] typo --- src/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services.js b/src/services.js index 846bc19c6..59436f296 100644 --- a/src/services.js +++ b/src/services.js @@ -1840,7 +1840,7 @@ async function setupProxyAuth(app, options) { appId: app.id }; - if (result) await oidcClients.update(app.id, data); + if (result) await oidcClients.update(data.id, data); else await oidcClients.add(data); }