From f29d9b99489ba2caee01fea91dccbd04ada842e4 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 22 Jun 2026 11:17:59 +0500 Subject: [PATCH] mobile: fix 2fa method selection ui --- .../mobile/app/components/auth/two-factor.tsx | 86 ++++++++++--------- packages/intl/locale/en.po | 4 +- packages/intl/locale/pseudo-LOCALE.po | 2 +- packages/intl/src/strings.ts | 2 +- 4 files changed, 51 insertions(+), 43 deletions(-) diff --git a/apps/mobile/app/components/auth/two-factor.tsx b/apps/mobile/app/components/auth/two-factor.tsx index d93978179..c2b8b9bcc 100644 --- a/apps/mobile/app/components/auth/two-factor.tsx +++ b/apps/mobile/app/components/auth/two-factor.tsx @@ -316,48 +316,56 @@ const TwoFactorVerification = ({ /> - {currentMethod.method === "sms" || - currentMethod.method === "email" ? ( -