From 88aa4daf7491f05c1a8f19cfcf3b334c441d132b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LAGACHE?= Date: Fri, 27 Feb 2026 15:31:37 +0100 Subject: [PATCH] Update profile-security.tsx --- src/components/wrappers/dashboard/profile/profile-security.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/wrappers/dashboard/profile/profile-security.tsx b/src/components/wrappers/dashboard/profile/profile-security.tsx index 5bb2d154..7c679e30 100644 --- a/src/components/wrappers/dashboard/profile/profile-security.tsx +++ b/src/components/wrappers/dashboard/profile/profile-security.tsx @@ -165,7 +165,7 @@ export function ProfileSecurity({ {isPasskeyEnabled || isPasswordEnabled || - (isTwoFactorEnabled && ( + (user.twoFactorEnabled && (

Authentication