Skip to content

Commit

Permalink
fix(connector): add tooltip of authorization header field (#6621)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie authored Sep 24, 2024
1 parent 201cd11 commit 4030d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/connectors/connector-http-email/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export const defaultMetadata: ConnectorMetadata = {
type: ConnectorConfigFormItemType.Text,
required: false,
placeholder: '<Bearer your-token>',
tooltip:
'The authorization header to be sent with the request, you can verify the value in your server.',
},
],
};

0 comments on commit 4030d3e

Please sign in to comment.