From daa94db874ab541bbce45ec7ae8e95e1bfffe18c Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Thu, 11 Jan 2024 22:27:36 +0530 Subject: [PATCH] feat(infisical-pg): changed back to old infisical-radar url --- frontend/src/pages/org/[id]/secret-scanning/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/org/[id]/secret-scanning/index.tsx b/frontend/src/pages/org/[id]/secret-scanning/index.tsx index c92e9c423..97a715e37 100644 --- a/frontend/src/pages/org/[id]/secret-scanning/index.tsx +++ b/frontend/src/pages/org/[id]/secret-scanning/index.tsx @@ -52,7 +52,7 @@ const SecretScanning = withPermission( const generateNewIntegrationSession = async () => { const session = await createNewIntegrationSession(String(localStorage.getItem("orgData.id"))); router.push( - `https://github.com/apps/infisical-test/installations/new?state=${session.sessionId}` + `https://github.com/apps/infisical-radar/installations/new?state=${session.sessionId}` ); };