diff --git a/packages/web/src/routes/auth.tsx b/packages/web/src/routes/auth.tsx index 0d042503..01762612 100644 --- a/packages/web/src/routes/auth.tsx +++ b/packages/web/src/routes/auth.tsx @@ -134,22 +134,17 @@ function AuthPage() { Welcome to Linsa!
- {step === "email" - ? "Text, images/video on canvas. Fancy context management. Just think it and it's there." - : `We sent a 6-digit code to ${email}`} -
+ {step === "otp" && ( ++ We sent a 6-digit code to {email} +
+ )} {step === "email" ? (