rename exit node tab to credentials

This commit is contained in:
Pallavi Kumari
2025-10-25 23:25:18 +05:30
parent c2f607bb9a
commit 42091e88cb
5 changed files with 6 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ import CopyToClipboard from "@app/components/CopyToClipboard";
import { PickClientDefaultsResponse } from "@server/routers/client";
import { useClientContext } from "@app/hooks/useClientContext";
export default function GeneralPage() {
export default function CredentialsPage() {
const { env } = useEnvContext();
const api = createApiClient({ env });
const { orgId } = useParams();