0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(connector): add tooltip of authorization header field (#6621)

This commit is contained in:
wangsijie 2024-09-24 12:04:29 +08:00 committed by GitHub
parent 201cd11792
commit 4030d3e117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.',
},
],
};