feat: increase *
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user