From 83b8c9f14a35fbc29c504816c6dc2aaa70b5d550 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 28 Nov 2025 10:43:59 -0800 Subject: [PATCH] chore: remove commented out previous code --- .../components/IdentityTab/IdentityTab.tsx | 61 ------------------- 1 file changed, 61 deletions(-) diff --git a/frontend/src/pages/project/AccessControlPage/components/IdentityTab/IdentityTab.tsx b/frontend/src/pages/project/AccessControlPage/components/IdentityTab/IdentityTab.tsx index 60a60efe2..1fa5d29c7 100644 --- a/frontend/src/pages/project/AccessControlPage/components/IdentityTab/IdentityTab.tsx +++ b/frontend/src/pages/project/AccessControlPage/components/IdentityTab/IdentityTab.tsx @@ -574,67 +574,6 @@ export const IdentityTab = withProjectPermission( - {/*

- {addType === "create-new" ? ( - <> - - - ) : ( - <> - - - )} -

*/} - {/* {addType === WizardSteps.SelectAction && ( - -
setAddType(WizardSteps.ProjectIdentity)} - onKeyDown={(e) => { - if (e.key === "Enter") { - setAddType(WizardSteps.ProjectIdentity); - } - }} - > -
- -
Create Machine Identity
-
-
- Create a new machine identity specifically for this project. This machine - identity will be managed at the project-level. -
-
-
setAddType(WizardSteps.LinkIdentity)} - onKeyDown={(e) => { - if (e.key === "Enter") { - setAddType(WizardSteps.LinkIdentity); - } - }} - > -
- -
Assign Existing Machine Identity
-
-
- Assign an existing machine identity from your organization. The machine - identity will continue to be managed at its original scope. -
-
-
- )} */} {addMachineIdentityType === "create-new" && ( {