From 8c7dc41eda912011550735e376a39c7c735eebc7 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 2 Jun 2026 09:26:05 -0700 Subject: [PATCH] escape character --- js/mobile/src/features/auth/SignInScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mobile/src/features/auth/SignInScreen.tsx b/js/mobile/src/features/auth/SignInScreen.tsx index f481d0f..992660f 100644 --- a/js/mobile/src/features/auth/SignInScreen.tsx +++ b/js/mobile/src/features/auth/SignInScreen.tsx @@ -62,7 +62,7 @@ function EmailStep({ onCodeSent }: { onCodeSent: (email: string) => void }) { Welcome - Enter your email to sign in or create an account. We'll send a code to + Enter your email to sign in or create an account. We'll send a code to verify it.