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" && (
{