chore: hidden api key

This commit is contained in:
amhsirak
2025-11-05 20:55:51 +05:30
parent 95ac9ce913
commit 11fa50f727

View File

@@ -140,7 +140,7 @@ const ApiKeyManager = () => {
<TableCell>{apiKeyName}</TableCell>
<TableCell>
<Box sx={{ fontFamily: 'monospace', width: '10ch' }}>
{showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
{showKey ? `${apiKey?.substring(0, 20)}...` : '***************'}
</Box>
</TableCell>
<TableCell>