Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix lint
  • Loading branch information
Theodore Li committed Apr 6, 2026
commit db6632393428335d355f16a44b5dfaf2a9290687
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ function transformBlockMetadata(metadata: CopilotBlockMetadata): any {
)
if (serviceAccountProviderId) {
transformed.requiredCredentials.serviceAccountType = serviceAccountProviderId
transformed.requiredCredentials.description =
`OAuth or service account authentication supported for ${metadata.name}`
transformed.requiredCredentials.description = `OAuth or service account authentication supported for ${metadata.name}`
}
}
} else if (metadata.authType === 'API Key') {
Expand Down
Loading