From d4227cb2acb055b8b39130ba7d2c96c0c73c7683 Mon Sep 17 00:00:00 2001 From: Tale Agent Date: Tue, 23 Jun 2026 12:15:54 +0000 Subject: [PATCH] fix: make the "Enable two-factor" button secondary (#1946) --- .../settings/account/components/two-factor-section.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/platform/app/features/settings/account/components/two-factor-section.tsx b/services/platform/app/features/settings/account/components/two-factor-section.tsx index e9675ad3e..d7f9a3f6c 100644 --- a/services/platform/app/features/settings/account/components/two-factor-section.tsx +++ b/services/platform/app/features/settings/account/components/two-factor-section.tsx @@ -117,7 +117,10 @@ function NotEnrolledState({ enforced }: { enforced: boolean }) { title={t('enrollment.title')} description={t('enrollment.description')} action={ - }