diff --git a/js/desktop/src/features/auth/email-step.tsx b/js/desktop/src/features/auth/email-step.tsx index 45be3b7..a7c7a5d 100644 --- a/js/desktop/src/features/auth/email-step.tsx +++ b/js/desktop/src/features/auth/email-step.tsx @@ -31,8 +31,8 @@ export function EmailStep({ onCodeSent }: EmailStepProps) { return (
-

Sign in

- Enter your email to receive a sign-in code. +

Welcome

+ 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 0409869..16961a2 100644 --- a/js/mobile/src/features/auth/SignInScreen.tsx +++ b/js/mobile/src/features/auth/SignInScreen.tsx @@ -60,9 +60,9 @@ function EmailStep({ onCodeSent }: { onCodeSent: (email: string) => void }) { return ( - Sign in + Welcome - Enter your email to receive a sign-in code. + Enter your email to sign in or create an account. We'll send a code to verify it.