From f2684274443762f0cdeacf39b340744277fa7b80 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 2 Jun 2026 09:21:19 -0700 Subject: [PATCH] format --- js/desktop/src/features/auth/email-step.tsx | 5 ++++- js/mobile/src/features/auth/SignInScreen.tsx | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/desktop/src/features/auth/email-step.tsx b/js/desktop/src/features/auth/email-step.tsx index a7c7a5d..7ce685c 100644 --- a/js/desktop/src/features/auth/email-step.tsx +++ b/js/desktop/src/features/auth/email-step.tsx @@ -32,7 +32,10 @@ export function EmailStep({ onCodeSent }: EmailStepProps) {

Welcome

- Enter your email to sign in or create an account. We'll send a code to verify it. + + Enter your email to sign in or create an account. We'll send a code to + verify it. +
diff --git a/js/mobile/src/features/auth/SignInScreen.tsx b/js/mobile/src/features/auth/SignInScreen.tsx index 16961a2..f481d0f 100644 --- a/js/mobile/src/features/auth/SignInScreen.tsx +++ b/js/mobile/src/features/auth/SignInScreen.tsx @@ -62,7 +62,8 @@ function EmailStep({ onCodeSent }: { onCodeSent: (email: string) => void }) { Welcome - Enter your email to sign in or create an account. We'll send a code to verify it. + Enter your email to sign in or create an account. We'll send a code to + verify it.