Noting that API key will still work if set in .env file
Some checks are pending
Build and Push Container / build-and-push (push) Waiting to run

This commit is contained in:
Cole Medin 2024-11-09 07:59:06 -06:00
parent b3fe2076a7
commit 13b1321460

View File

@ -37,7 +37,7 @@ export const APIKeyManager: React.FC<APIKeyManagerProps> = ({ provider, apiKey,
) : (
<>
<span className="flex-1 text-sm text-bolt-elements-textPrimary">
{apiKey ? '••••••••' : 'Not set'}
{apiKey ? '••••••••' : 'Not set (will still work if set in .env file)'}
</span>
<IconButton onClick={() => setIsEditing(true)} title="Edit API Key">
<div className="i-ph:pencil-simple" />