Skip to content

Commit 13e8ea3

Browse files
committed
fix(ironclad): add ironclad to OAuthProvider and OAuthService types
1 parent eca3450 commit 13e8ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/sim/lib/oauth/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export type OAuthProvider =
4242
| 'attio'
4343
| 'pipedrive'
4444
| 'hubspot'
45+
| 'ironclad'
4546
| 'salesforce'
4647
| 'linkedin'
4748
| 'shopify'
@@ -92,6 +93,7 @@ export type OAuthService =
9293
| 'attio'
9394
| 'pipedrive'
9495
| 'hubspot'
96+
| 'ironclad'
9597
| 'salesforce'
9698
| 'linkedin'
9799
| 'shopify'

0 commit comments

Comments
 (0)