export default function PasswordForm({ onSubmit, error, }: { onSubmit: (pwd: string) => void; error?: string; }) { return (
{error}