notion and linear missing flag too

This commit is contained in:
Vikhyath Mondreti
2026-01-21 18:05:51 -08:00
parent 7ddc6191f3
commit 7a65ab4e1f

View File

@@ -884,6 +884,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
clientId,
clientSecret,
useBasicAuth: false,
supportsRefreshTokenRotation: true,
}
}
case 'microsoft':
@@ -911,6 +912,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
clientId,
clientSecret,
useBasicAuth: true,
supportsRefreshTokenRotation: true,
}
}
case 'dropbox': {