feat: Expose supportsOauthClients info for apps

This commit is contained in:
Faruk AYDIN
2024-12-16 16:13:34 +01:00
parent 3d62fabaac
commit d1de47788a
7 changed files with 29 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ const appSerializer = (app) => {
primaryColor: app.primaryColor,
authDocUrl: app.authDocUrl,
supportsConnections: app.supportsConnections,
supportsOauthClients: app?.auth?.generateAuthUrl ? true : false,
};
if (app.connectionCount) {