fix: revert api key hidden

This commit is contained in:
amhsirak
2025-11-05 22:18:49 +05:30
parent 4c5191f0a0
commit 8565c36c6c

View File

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