This commit is contained in:
Andras Schmelczer 2026-03-15 21:54:48 +00:00
parent c38d654ac7
commit 3e9fba5303
17 changed files with 195 additions and 174 deletions

View file

@ -127,6 +127,13 @@ export default function AuthModal({
)}
<div className="p-5 space-y-4">
{/* Value prop */}
{view !== 'forgot' && (
<p className="text-xs text-warm-500 dark:text-warm-400 text-center">
Save searches, bookmark properties, and pick up where you left off.
</p>
)}
{/* OAuth buttons (hidden in forgot view) */}
{view !== 'forgot' && (
<>