diff --git a/src/components/ProfileIcon.tsx b/src/components/ProfileIcon.tsx
index 15fe46d7..fc7803a0 100644
--- a/src/components/ProfileIcon.tsx
+++ b/src/components/ProfileIcon.tsx
@@ -135,26 +135,6 @@ export default function ProfileIcon() {
>
)}
-
- {user?.type === UserType.Internal && (
- <>
- {!user.twoFactorEnabled && (
- setOpenEnable2fa(true)}
- >
- {t("otpEnable")}
-
- )}
- {user.twoFactorEnabled && (
- setOpenDisable2fa(true)}
- >
- {t("otpDisable")}
-
- )}
-
- >
- )}
{t("theme")}
{(["light", "dark", "system"] as const).map(
(themeOption) => (