fix: Integration and auth problems wrt slack and twitter
This commit is contained in:
@@ -25,7 +25,7 @@ const createAuthData = async (
|
||||
return null;
|
||||
}
|
||||
|
||||
const authInstance = (await import(`../../apps/${connection.key}2/auth`))
|
||||
const authInstance = (await import(`../../apps/${connection.key}/auth`))
|
||||
.default;
|
||||
const app = await App.findOneByKey(connection.key);
|
||||
|
||||
|
@@ -104,14 +104,18 @@ type App {
|
||||
authDocUrl: String
|
||||
primaryColor: String
|
||||
supportsConnections: Boolean
|
||||
fields: [Field]
|
||||
authenticationSteps: [AuthenticationStep]
|
||||
reconnectionSteps: [ReconnectionStep]
|
||||
auth: AppAuth
|
||||
triggers: [Trigger]
|
||||
actions: [Action]
|
||||
connections: [Connection]
|
||||
}
|
||||
|
||||
type AppAuth {
|
||||
fields: [Field]
|
||||
authenticationSteps: [AuthenticationStep]
|
||||
reconnectionSteps: [ReconnectionStep]
|
||||
}
|
||||
|
||||
enum ArgumentEnumType {
|
||||
integer
|
||||
string
|
||||
|
Reference in New Issue
Block a user