import React from 'react'; import { Label } from '../ui/label'; import { Input } from '../ui/input'; import { PasswordInput } from '../ui/password-input'; const RegistrationStep4 = ({ formData, handleInputChange }) => { return (
Your email is also your username that you can use to login. Please note you can only login after your application is approved.
Must be at least 6 characters long
Passwords do not match
)}