mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-15 16:59:35 +02:00
allow retrieving api key secret
This commit is contained in:
@@ -391,7 +391,7 @@ export default function CreateVirtualApiKeyForm({
|
||||
)}
|
||||
{credential && (
|
||||
<div className="space-y-4">
|
||||
<p>{t("virtualApiKeysSeeOnce")}</p>
|
||||
<p>{t("virtualApiKeysCopyKey")}</p>
|
||||
<CopyTextBox
|
||||
text={credential}
|
||||
wrapText={false}
|
||||
|
||||
Reference in New Issue
Block a user