allow retrieving api key secret

This commit is contained in:
miloschwartz
2026-08-11 10:46:22 -04:00
parent 495c772d6b
commit 732fd4eba1
5 changed files with 165 additions and 50 deletions
+1 -1
View File
@@ -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}