Speex: ghost key to 'tts' for remembering the pass

This commit is contained in:
Enrico Ros
2025-12-01 04:20:21 -08:00
parent 4691fc9bad
commit 24c2702f96
@@ -31,7 +31,7 @@ function CredentialsApiKeyInputs({ credentials, onUpdate, vendorType, showHost,
return <>
<FormSecretField
autoCompleteId={`speex-${vendorType}-key`}
autoCompleteId={`tts-${vendorType}-key`}
title='API Key'
description={hostRequired ? 'Optional' : speexVendorTypeLabel(vendorType)}
value={credentials.apiKey}