fix(x): missing token refresh flag

This commit is contained in:
Vikhyath Mondreti
2026-01-21 18:02:33 -08:00
parent 9625a2d3c8
commit 7ddc6191f3

View File

@@ -835,6 +835,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
clientId,
clientSecret,
useBasicAuth: true,
supportsRefreshTokenRotation: true,
}
}
case 'confluence': {