From 3291f1f90888befc2aff5095c71c5e3f87d7bdab Mon Sep 17 00:00:00 2001 From: = Date: Sat, 4 Jan 2025 22:41:01 +0530 Subject: [PATCH] feat: resolved typo in integration redirects --- .../AzureKeyVaultOauthCallback.tsx | 2 +- .../BitbucketOauthCallbackPage/BitbucketOauthCallbackPage.tsx | 2 +- .../integrations/FlyioAuthorizePage/FlyioAuthorizePage.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/secret-manager/integrations/AzureKeyVaultOauthCallbackPage/AzureKeyVaultOauthCallback.tsx b/frontend/src/pages/secret-manager/integrations/AzureKeyVaultOauthCallbackPage/AzureKeyVaultOauthCallback.tsx index 88c73aacb..ae8d990a4 100644 --- a/frontend/src/pages/secret-manager/integrations/AzureKeyVaultOauthCallbackPage/AzureKeyVaultOauthCallback.tsx +++ b/frontend/src/pages/secret-manager/integrations/AzureKeyVaultOauthCallbackPage/AzureKeyVaultOauthCallback.tsx @@ -28,7 +28,7 @@ export const AzureKeyVaultOauthCallbackPage = () => { }); navigate({ - to: "/secret-manager/$projectId/integrations/heroku/create", + to: "/secret-manager/$projectId/integrations/azure-key-vault/create", params: { projectId: currentWorkspace.id }, diff --git a/frontend/src/pages/secret-manager/integrations/BitbucketOauthCallbackPage/BitbucketOauthCallbackPage.tsx b/frontend/src/pages/secret-manager/integrations/BitbucketOauthCallbackPage/BitbucketOauthCallbackPage.tsx index 1d0f8d3da..9cc221fac 100644 --- a/frontend/src/pages/secret-manager/integrations/BitbucketOauthCallbackPage/BitbucketOauthCallbackPage.tsx +++ b/frontend/src/pages/secret-manager/integrations/BitbucketOauthCallbackPage/BitbucketOauthCallbackPage.tsx @@ -27,7 +27,7 @@ export const BitbucketOauthCallbackPage = () => { }); navigate({ - to: "/secret-manager/$projectId/integrations/heroku/create", + to: "/secret-manager/$projectId/integrations/bitbucket/create", params: { projectId: currentWorkspace.id }, diff --git a/frontend/src/pages/secret-manager/integrations/FlyioAuthorizePage/FlyioAuthorizePage.tsx b/frontend/src/pages/secret-manager/integrations/FlyioAuthorizePage/FlyioAuthorizePage.tsx index e9f43374f..06d0692c5 100644 --- a/frontend/src/pages/secret-manager/integrations/FlyioAuthorizePage/FlyioAuthorizePage.tsx +++ b/frontend/src/pages/secret-manager/integrations/FlyioAuthorizePage/FlyioAuthorizePage.tsx @@ -69,7 +69,7 @@ export const FlyioAuthorizePage = () => { subTitle="After adding your access token, you will be prompted to set up an integration for a particular Infisical project and environment." >
-
+
Fly.io logo
Fly.io Integration