mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-19 18:52:32 +02:00
Pass 2 showing the usage commands
This commit is contained in:
@@ -36,7 +36,6 @@ import {
|
||||
import { getLauncherResourceAdminHref } from "@app/lib/launcherResourceAdminHref";
|
||||
import { isSafeUrlForLink } from "@app/lib/launcherResourceAccess";
|
||||
import { launcherQueries } from "@app/lib/queries";
|
||||
import { formatVirtualApiKeyPreview } from "@app/lib/virtualApiKeyFormat";
|
||||
import type { LauncherResource } from "@server/routers/launcher/types";
|
||||
import type { GetResourceAuthInfoResponse } from "@server/routers/resource/getResourceAuthInfo";
|
||||
import type { GetResourceResponse } from "@server/routers/resource/getResource";
|
||||
@@ -350,10 +349,6 @@ function PublicResourceDetails({
|
||||
endpoint={launcherResource.accessUrl ?? ""}
|
||||
auth={{
|
||||
mode: "keyed",
|
||||
keyDisplay: formatVirtualApiKeyPreview(
|
||||
aiKeysData.userKey.virtualApiKeyId,
|
||||
aiKeysData.userKey.lastChars
|
||||
),
|
||||
getKeyText: getAiKeyCopyText
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user