mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix ui linting
This commit is contained in:
parent
18b75cb39a
commit
ad41bbe251
1 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ const SCIMConfig: React.FC<SCIMConfigProps> = ({ accessToken, userID, proxySetti
|
||||||
</Title>
|
</Title>
|
||||||
</div>
|
</div>
|
||||||
<Text className="text-gray-600 mb-3">
|
<Text className="text-gray-600 mb-3">
|
||||||
Use this URL in your identity provider's SCIM integration settings.
|
Use this URL in your identity provider SCIM integration settings.
|
||||||
</Text>
|
</Text>
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<TextInput
|
<TextInput
|
||||||
|
@ -133,7 +133,7 @@ const SCIMConfig: React.FC<SCIMConfigProps> = ({ accessToken, userID, proxySetti
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Callout title="Using SCIM" color="blue" className="mb-4">
|
<Callout title="Using SCIM" color="blue" className="mb-4">
|
||||||
You need a SCIM token to authenticate with the SCIM API. Create one below and use it in your SCIM provider's configuration.
|
You need a SCIM token to authenticate with the SCIM API. Create one below and use it in your SCIM provider configuration.
|
||||||
</Callout>
|
</Callout>
|
||||||
|
|
||||||
{!tokenData ? (
|
{!tokenData ? (
|
||||||
|
@ -170,7 +170,7 @@ const SCIMConfig: React.FC<SCIMConfigProps> = ({ accessToken, userID, proxySetti
|
||||||
<Title className="text-lg text-yellow-800">Your SCIM Token</Title>
|
<Title className="text-lg text-yellow-800">Your SCIM Token</Title>
|
||||||
</div>
|
</div>
|
||||||
<Text className="text-yellow-800 mb-4 font-medium">
|
<Text className="text-yellow-800 mb-4 font-medium">
|
||||||
Make sure to copy this token now. You won't be able to see it again!
|
Make sure to copy this token now. You will not be able to see it again.
|
||||||
</Text>
|
</Text>
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<TextInput
|
<TextInput
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue