Registration form with password strength indicator and confirmation.
Validates that passwords match before submission and displays a color-coded strength bar as the user types.
Key Features:
requireName
<RegisterForm onSuccess={(user) => console.log('Registered:', user.email)} onLogin={() => navigate('/login')} requireName/> Copy
<RegisterForm onSuccess={(user) => console.log('Registered:', user.email)} onLogin={() => navigate('/login')} requireName/>
Registration form with password strength indicator and confirmation.
Validates that passwords match before submission and displays a color-coded strength bar as the user types.