mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(connector): add tooltip of authorization header field (#6621)
This commit is contained in:
parent
201cd11792
commit
4030d3e117
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ export const defaultMetadata: ConnectorMetadata = {
|
||||||
type: ConnectorConfigFormItemType.Text,
|
type: ConnectorConfigFormItemType.Text,
|
||||||
required: false,
|
required: false,
|
||||||
placeholder: '<Bearer your-token>',
|
placeholder: '<Bearer your-token>',
|
||||||
|
tooltip:
|
||||||
|
'The authorization header to be sent with the request, you can verify the value in your server.',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue