feat: Expose supportsOauthClients info for apps
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user