Skip to content

Commit 7ddc619

Browse files
committed
fix(x): missing token refresh flag
1 parent 9625a2d commit 7ddc619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
835835
clientId,
836836
clientSecret,
837837
useBasicAuth: true,
838+
supportsRefreshTokenRotation: true,
838839
}
839840
}
840841
case 'confluence': {

0 commit comments

Comments
 (0)