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> <TableRow>
<TableCell>{apiKeyName}</TableCell> <TableCell>{apiKeyName}</TableCell>
<TableCell> <TableCell>
<Box sx={{ fontFamily: 'monospace', width: '10ch' }}> <Box sx={{ fontFamily: 'monospace', width: '20ch' }}>
{showKey ? `${apiKey?.substring(0, 20)}...` : '***************'} {showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
</Box> </Box>
</TableCell> </TableCell>
<TableCell> <TableCell>