feat: increase *

This commit is contained in:
karishmas6
2024-10-03 05:24:18 +05:30
parent 00ff5a3635
commit fa1775229e

View File

@@ -104,7 +104,7 @@ const ApiKeyManager = () => {
<TableBody>
<TableRow>
<TableCell>{apiKeyName}</TableCell>
<TableCell>{showKey ? `${apiKey?.substring(0, 10)}...` : '****************'}</TableCell>
<TableCell>{showKey ? `${apiKey?.substring(0, 10)}...` : '***************'}</TableCell>
<TableCell>
<Tooltip title="Copy API Key">
<IconButton onClick={copyToClipboard}>