typo
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user