From d2b7aa4c607b0543a99cc299bc81c06e0a1c132f Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Fri, 3 Jul 2026 12:43:12 +0500 Subject: [PATCH] mobile: match recovery code screen with design --- apps/mobile/app/components/auth/two-factor.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app/components/auth/two-factor.tsx b/apps/mobile/app/components/auth/two-factor.tsx index c2b8b9bcc..1a941dbc8 100644 --- a/apps/mobile/app/components/auth/two-factor.tsx +++ b/apps/mobile/app/components/auth/two-factor.tsx @@ -355,9 +355,13 @@ const TwoFactorVerification = ({ }} > {strings["2faCodeSecondaryMethodText"][ currentMethod.method as keyof (typeof strings)["2faCodeSecondaryMethodText"]