feat: Expose supportsOauthClients info for apps
This commit is contained in:
@@ -7,6 +7,7 @@ const getAppMock = (app) => {
|
||||
name: app.name,
|
||||
primaryColor: app.primaryColor,
|
||||
supportsConnections: app.supportsConnections,
|
||||
supportsOauthClients: app.auth.generateAuthUrl ? true : false,
|
||||
},
|
||||
meta: {
|
||||
count: 1,
|
||||
|
||||
@@ -6,6 +6,7 @@ const getAppsMock = (apps) => {
|
||||
name: app.name,
|
||||
primaryColor: app.primaryColor,
|
||||
supportsConnections: app.supportsConnections,
|
||||
supportsOauthClients: app?.auth?.generateAuthUrl ? true : false,
|
||||
}));
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user